hanchenye-llvm-project/clang/lib
Dylan Noblesmith 92c07c27be refactor flags for TokenKinds.def
Make KEYALL a combination of all other flags instead
of its own separate flag. Also rewrite the enum
definitions in hex instead of decimal.

llvm-svn: 129213
2011-04-09 13:34:05 +00:00
..
AST PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
Analysis Teach -Wuninitialized to not warn about variables declared in C++ catch statements. 2011-04-07 20:02:56 +00:00
Basic refactor flags for TokenKinds.def 2011-04-09 13:34:05 +00:00
CodeGen PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
Driver refactor -ccc-gcc-name code 2011-04-09 13:31:59 +00:00
Frontend accept -x objc-cpp-output as an alias for -x objective-c-cpp-output, 2011-04-09 07:09:31 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Implement the AVX cmp builtins as macros instead of static inlines. 2011-04-06 03:37:51 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow. 2011-04-09 00:01:04 +00:00
Parse Diagnose a missing ')' on what looks like a statement expression. 2011-04-06 02:35:25 +00:00
Rewrite Fixes a rewrting bug of a property-dot syntax expression inside 2011-04-08 23:48:29 +00:00
Sema PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
Serialization PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
StaticAnalyzer Start overhauling static analyzer support for C++ constructors. The inlining support isn't complete, and needs 2011-04-08 22:42:35 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00