hanchenye-llvm-project/clang/lib
Sebastian Redl 6766794c0b Parser support for inline namespaces
llvm-svn: 112320
2010-08-27 23:12:46 +00:00
..
AST Propagate whether an id-expression is the immediate argument of 2010-08-27 09:08:28 +00:00
Analysis Add alternate version of LiveVariables analysis that does not kill liveness at assignments. This 'relaxed' liveness is useful in path sensitive analysis for situations where the resulting extended liveness allows us to find some bugs. 2010-08-27 22:30:10 +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 Parser support for inline namespaces 2010-08-27 23:12:46 +00:00
Rewrite De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Sema Parser support for inline namespaces 2010-08-27 23:12:46 +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