llvm-project/clang/lib
Bill Wendling 6869b6abf8 Simplification noticed by Chris.
llvm-svn: 130864
2011-05-04 20:28:12 +00:00
..
AST More ms_struct bitfield stuff: 2011-05-04 18:51:37 +00:00
Analysis Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
Basic Revert r130750, "Make the mno flags match GCC. Patch by Alexander Best!", it breaks tests. 2011-05-03 15:34:01 +00:00
CodeGen Simplification noticed by Chris. 2011-05-04 20:28:12 +00:00
Driver No, fix this use after free properly. 2011-05-04 03:44:01 +00:00
Frontend Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6-4.5, as collected from http://packages.ubuntu.com/search?mode=exactfilename&suite=natty&section=all&arch=any&searchon=contents&keywords=c%2B%2Blocale.h and http://packages.debian.org/wheezy/armel/libstdc++6-4.5-dev/filelist 2011-05-04 09:25:56 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers Some small improvements to the builtin (-ffreestanding) stdint.h; in 2011-04-30 19:02:59 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), 2011-05-04 00:14:37 +00:00
Parse Remove unused but set variable. 2011-05-03 18:46:17 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Implement a better version of delegating constructor cycle detection. 2011-05-04 05:57:24 +00:00
Serialization Implement serialization of delegating constructors. 2011-05-04 01:19:08 +00:00
StaticAnalyzer Removing strncpy() checking in CString checker for now. Some significant changes need to be made to properly support modeling of it since it potentially leaves strings non-null terminated. 2011-05-03 16:34:26 +00:00
Tooling Remove noisy semicolons. 2011-04-30 19:55:55 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00