hanchenye-llvm-project/clang/lib
Chad Rosier 636d283202 When generating diagnostic information due to a clang failure, allow multiple
-arch options if the're all the same.

Patch by Jeremy Huddleston.
rdar://10849701

llvm-svn: 150403
2012-02-13 18:16:28 +00:00
..
ARCMigrate Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
AST Split the storage of lambda information between the LambdaExpr and the 2012-02-13 17:20:40 +00:00
Analysis Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120> 2012-02-06 21:45:29 +00:00
Basic Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sascha Wildner. 2012-02-10 23:02:29 +00:00
CodeGen Add back in the code to create forward decls using temporary mdnodes. 2012-02-13 15:08:45 +00:00
Driver When generating diagnostic information due to a clang failure, allow multiple 2012-02-13 18:16:28 +00:00
Frontend [libclang] Indexing API: Fully index implict template instantiations. 2012-02-10 20:10:44 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. 2012-02-08 07:33:36 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. 2012-02-11 05:08:10 +00:00
Parse Proper initializer list support for new expressions and type construct expressions. Array new still missing. 2012-02-12 18:41:05 +00:00
Rewrite more of rewriting ivar types. 2012-02-12 21:36:23 +00:00
Sema Keep track of the set of array index variables we use when we 2012-02-13 16:35:30 +00:00
Serialization Within the body of a lambda expression, decltype((x)) for an 2012-02-12 18:42:33 +00:00
StaticAnalyzer [analyzer] Malloc checker: rework realloc handling: 2012-02-13 18:05:39 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00