llvm-project/clang/lib
Argyrios Kyrtzidis 8bee90d5f3 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops!
Makes sure that a deserialized macro is only added to the preprocessor macro definitions only once.
Unfortunately I couldn't get a reduced test case.

rdar://13016031

llvm-svn: 172843
2013-01-18 20:59:01 +00:00
..
ARCMigrate [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
AST Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not 2013-01-17 23:46:04 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis Format strings: don't ever convert %+d to %lu. 2013-01-17 22:34:10 +00:00
Basic [ubsan] Add support for -fsanitize-blacklist 2013-01-18 11:30:38 +00:00
CodeGen [ubsan] Add support for -fsanitize-blacklist 2013-01-18 11:30:38 +00:00
Driver We want the dwarf AT_producer for assembly source files to match clang's 2013-01-17 21:38:06 +00:00
Edit [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
Format Fix comment. 2013-01-18 18:24:28 +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] Re-apply r172620 and r172629, now with 100% less infinite loops! 2013-01-18 20:59:01 +00:00
Parse Fix parsing of class specifiers before '\n' 'operator'. 2013-01-18 18:41:42 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema When checking the parameter types of an Objective-C method, don't 2013-01-18 01:41:40 +00:00
Serialization [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! 2013-01-18 20:59:01 +00:00
StaticAnalyzer [analyzer] Special path notes for C++ special member functions. 2013-01-18 18:27:21 +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