llvm-project/clang/lib
Richard Smith 2ae0164fba Attempt to work around bug in older GCCs to fix buildbot.
llvm-svn: 172693
2013-01-17 01:40:50 +00:00
..
ARCMigrate [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
AST Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
Basic Implement parsing, AST, (de-)serialization, and placeholder global 2013-01-14 17:21:00 +00:00
CodeGen [IRgen] Update modules autolink metadata to use module flags (as now specified 2013-01-17 01:35:06 +00:00
Driver Fix uninitialized bool flag access in SanitizerArgs parser 2013-01-16 11:34:36 +00:00
Edit [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
Format Fix a bug where we would move a following line into a comment. 2013-01-16 17:00:50 +00:00
Frontend Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that 2013-01-16 01:23:41 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers Readd an open paren that was lost while reformatting code. 2013-01-16 23:13:42 +00:00
Lex Remove unnecessary initialization i Added in r172668. 2013-01-16 23:18:16 +00:00
Parse Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema Attempt to work around bug in older GCCs to fix buildbot. 2013-01-17 01:40:50 +00:00
Serialization Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
StaticAnalyzer Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
Tooling Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00