hanchenye-llvm-project/clang/lib
Gabor Greif 34ecff269e perform cheap test first
llvm-svn: 112346
2010-08-28 01:58:12 +00:00
..
AST Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
Analysis Explicitly handle CXXExprWithTemporaries during CFG construction by just visiting the subexpression. While we don't do anything intelligent right now, this obviates a bogus -Wunreahable-code warning reported in PR 6130. 2010-08-28 00:19:02 +00:00
Basic Fix a typo. 2010-08-26 21:27:06 +00:00
Checker Added checking of (x == x) and (x != x) to IdempotentOperationChecker and updated test cases flagged by it. 2010-08-27 22:50:47 +00:00
CodeGen Debug info for friends! 2010-08-27 17:47:47 +00:00
Driver Driver/Darwin: Switch back to old toolchain, looks like new one isn't quite 2010-08-26 01:41:44 +00:00
Frontend Suggest "const" and "volatile" code completions after a function 2010-08-27 17:35:51 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix incorrect MM_HINT_ definitions, PR8011 2010-08-27 20:10:06 +00:00
Index De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Lex Tweak wording in an assertion, from dawn@burble.org. 2010-08-26 14:07:34 +00:00
Parse Basic code completion support for the base and member initializers in 2010-08-28 00:00:50 +00:00
Rewrite De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Sema perform cheap test first 2010-08-28 01:58:12 +00:00
Serialization De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00