llvm-project/clang/lib
Chandler Carruth 2b59fbe719 Silence GCC warning about control reaching the end of the function and explicitly mark that all cases are handled.
llvm-svn: 121855
2010-12-15 07:29:18 +00:00
..
AST Silence GCC warning about control reaching the end of the function and explicitly mark that all cases are handled. 2010-12-15 07:29:18 +00:00
Analysis Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical 2010-12-06 08:20:24 +00:00
Basic Change MBlaze target to have the same description string as its LLVM equivalent. 2010-12-12 20:56:47 +00:00
Checker Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
CodeGen Set the "implicitly inline" bit on a method as soon as we see a definition 2010-12-15 04:00:32 +00:00
Driver Use error_code instead of std::string* for MemoryBuffer. 2010-12-09 17:36:38 +00:00
Frontend Gather cached code completions after the first reparse, not after the 2010-12-09 21:27:43 +00:00
FrontendTool Merge System into Support. 2010-11-29 18:12:39 +00:00
Headers Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
Parse Added ParenType type node. 2010-12-10 16:29:40 +00:00
Rewrite Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
Sema Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital 2010-12-15 04:42:30 +00:00
Serialization Restore r121752 without modification. 2010-12-14 08:05:40 +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