clang/lib
Ted Kremenek e9cd9c0016 Fix CFG assertion failure reported in PR 9467. This was due to recent changes in optimizing CFGs for switch statements.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127563 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-13 03:48:04 +00:00
..
AST Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
Analysis Fix CFG assertion failure reported in PR 9467. This was due to recent changes in optimizing CFGs for switch statements. 2011-03-13 03:48:04 +00:00
Basic Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the SourceManager 2011-03-08 23:35:24 +00:00
CodeGen Use CharUnits for argument passed to AppendPadding() from AppendBitField(). 2011-03-12 12:03:11 +00:00
Driver Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStores checker into the "deadcode" group. 2011-03-12 06:14:28 +00:00
Frontend Introduce '-chain-include' option to specify headers that will be converted to chained PCHs in memory 2011-03-09 17:21:42 +00:00
FrontendTool Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Headers CMake: updated list of installable header files. PR9321. 2011-02-27 13:33:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
Parse Place duplicate argument declaration in in 2011-03-12 18:54:30 +00:00
Rewrite Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
Sema Place duplicate argument declaration in in 2011-03-12 18:54:30 +00:00
Serialization Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
StaticAnalyzer Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStores checker into the "deadcode" group. 2011-03-12 06:14:28 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile