llvm-capstone/lldb/scripts
Lawrence D'Anna 4d536bfbea File::Clear() -> File::TakeStreamAndClear()
Summary:
File::Clear() is an ugly function.  It's only used in one place,
which is the swig typemaps for FILE*.   This patch refactors and
renames that function to make it clear what it's really for and
why nobody else should use it.

Both File::TakeStreamAndClear() and the FILE* typemaps will be
removed in later patches after a suitable replacement is in place.

Reviewers: JDevlieghere, jasonmolenda, labath

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D68160

llvm-svn: 373285
2019-10-01 01:05:02 +00:00
..
interface Fix some swig warnings 2019-09-27 11:30:16 +00:00
Python File::Clear() -> File::TakeStreamAndClear() 2019-10-01 01:05:02 +00:00
swig_bot_lib
analyze-project-deps.py
buildbot.py
CMakeLists.txt [lldb] Excludes private headers from SWIG dependency. 2019-09-25 18:17:45 +00:00
disasm-gdb-remote.pl
finishSwigWrapperClasses.py
framework-header-fix.sh
get_relative_lib_dir.py [lldb] [cmake] Fix installing Python modules on systems using /usr/lib 2019-09-25 09:47:35 +00:00
install_custom_python.py
lldb.swig
macos-setup-codesign.sh
swig_bot.py
use_lldb_suite.py
utilsArgsParse.py
utilsDebug.py
utilsOsType.py
verify_api.py