llvm-project/lldb/source
Zachary Turner d6ef28462b Disable warnings in LLDBWrapPython.cpp with -Werror.
When -Werror is used, we don't have control over the generated
code from SWIG, and it often has warnings.  Just disable them for
this file when -Werror is used, they are usually not important
anyway.

Differential revision: https://reviews.llvm.org/D25246

llvm-svn: 283343
2016-10-05 17:07:16 +00:00
..
API Disable warnings in LLDBWrapPython.cpp with -Werror. 2016-10-05 17:07:16 +00:00
Breakpoint Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
Commands Fix an issue where LLDB would not accept the --description-verbosity option to 'po' without an argument after the StringRef refactoring 2016-09-26 21:36:17 +00:00
Core Refactor the Args class. 2016-10-03 22:51:09 +00:00
DataFormatters Move UTF functions into namespace llvm. 2016-09-30 00:38:45 +00:00
Expression [CMake] LLDB/Expression needs to depend on intrinsics_gen 2016-09-29 22:55:09 +00:00
Host Fix FixupEnvironment on Android after the Args refactor 2016-10-04 18:35:39 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Fix TestNestedAliases.py 2016-10-04 01:34:39 +00:00
Plugins [RenderScript] reflow/reword some comments and normalize names 2016-10-05 16:27:48 +00:00
Symbol Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupInfo::LookupInfo. 2016-09-30 20:38:33 +00:00
Target Change Platform::GetRemoteSharedModule so if it's given a ModuleSpec 2016-10-05 02:29:13 +00:00
Utility Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
CMakeLists.txt [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00
lldb.cpp [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00