llvm-project/clang/lib
Chris Lattner 91f373ee8d add back a #include needed on some builders.
llvm-svn: 172938
2013-01-20 00:57:52 +00:00
..
ARCMigrate Re-sort all the headers. Lots of regressions have crept in here. 2013-01-19 08:09:44 +00:00
AST Use llvm::hexDigitValue in comment lexer 2013-01-19 22:06:05 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). 2013-01-19 00:25:06 +00:00
Basic [mips] Enable inlining of atomic ops on mips32 and mips64. 2013-01-18 21:58:11 +00:00
CodeGen Emit the function type of member function pointer types the same as member functions. 2013-01-19 19:20:56 +00:00
Driver Include ubsan runtime even when building a shared library. We don't require the executable to be linked with UBSan. 2013-01-18 22:09:26 +00:00
Edit [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
Format Re-sort all the headers. Lots of regressions have crept in here. 2013-01-19 08:09:44 +00:00
Frontend [ubsan] Add support for -fsanitize-blacklist 2013-01-18 11:30:38 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Lex [PCH/Modules] Revert r172843, it caused a module to fail building. 2013-01-19 03:14:56 +00:00
Parse Fix five more cases of tokens which can legally follow a type specifier. 2013-01-19 03:48:05 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema Reapply r172878 with test case. 2013-01-19 04:33:14 +00:00
Serialization add back a #include needed on some builders. 2013-01-20 00:57:52 +00:00
StaticAnalyzer [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit. 2013-01-19 19:52:57 +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