llvm-project/lldb/tools
Daniel Malea a85e6b6c32 Fix a few more clang (3.2) warnings on Linux:
- remove unused members
- add NO_PEDANTIC to selected Makefiles
- fix return values (removed NULL as needed)
- disable warning about four-char-constants
- remove unneeded const from operator*() declaration
- add missing lambda function return types
- fix printf() with no format string
- change sizeof to use a type name instead of variable name
- fix Linux ProcessMonitor.cpp to be 32/64 bit friendly
- disable warnings emitted by swig-generated C++ code

Patch by Matt Kopec!

llvm-svn: 169645
2012-12-07 22:21:08 +00:00
..
darwin-debug Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
darwin-threads Print out the task suspend count as well. 2011-11-03 21:43:55 +00:00
debugserver Get rid of a warning where functions in DNB.h were extern "C" when they don't need to be anymore. 2012-12-04 01:57:36 +00:00
driver Fix a few more clang (3.2) warnings on Linux: 2012-12-07 22:21:08 +00:00
install-headers Fixed a bug where the LLDB_VERSION wasn't properly 2012-09-10 22:43:22 +00:00
lldb-platform Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Makefile FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. 2012-03-29 17:46:11 +00:00