llvm-project/clang/lib
Sean Callanan 969c5bd2d8 In the ASTImporter, when checking whether two
structs are compatible, check whether the fields
of the structs have the same name.  This prevents
erroneous coalescing of (in particular) anonymous
structs.

llvm-svn: 180644
2013-04-26 22:49:25 +00:00
..
ARCMigrate ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] 2013-04-11 04:16:11 +00:00
AST In the ASTImporter, when checking whether two 2013-04-26 22:49:25 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
Basic Add some more required SPARC v9 predefined macros. 2013-04-24 04:36:38 +00:00
CodeGen ArrayRefize code. No functionality change. 2013-04-26 21:32:52 +00:00
Driver [driver] Implement the -fdebug-compilation-dir in a way that is compatible with 2013-04-26 20:49:50 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Improve clang-format's memoization behavior. 2013-04-25 13:31:51 +00:00
Frontend [frontend] Make -chain-include work when used with modules. 2013-04-26 21:33:27 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Fix header comment. 2013-04-25 16:14:14 +00:00
Lex [libclang] Make sure the preable does not truncate comments. 2013-04-19 23:24:25 +00:00
Parse Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
Rewrite rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. 2013-04-16 19:08:41 +00:00
Sema Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
Serialization [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. 2013-04-26 21:33:40 +00:00
StaticAnalyzer [analyzer] An ObjC for-in loop runs 0 times if the collection is nil. 2013-04-26 21:43:01 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +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