llvm-project/clang/lib
Douglas Gregor 2682ba0ed3 The submodule offset map can introduce "empty" remapping entries for
imported modules that don't introduce any new entities of a particular
kind. Allow these entries to be replaced with entries for another
loaded module.

In the included test case, selectors exhibit this behavior.

llvm-svn: 146870
2011-12-19 16:14:14 +00:00
..
ARCMigrate Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
AST constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' 2011-12-19 06:19:21 +00:00
Analysis Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
Basic SourceManager: use getBufferSize() 2011-12-19 08:51:05 +00:00
CodeGen Extend the fix for PR9614 to handle inline asm in the outer decl and 2011-12-19 14:41:01 +00:00
Driver Split the Windows toolchain definition into its own file. This is 2011-12-17 23:10:01 +00:00
Frontend Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. 2011-12-17 13:00:31 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers Add AVX2 intrinsics for and, andn, or, and xor. 2011-12-19 09:03:48 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex [PCH] Fix bug where we failed to update an identifier for a single token 2011-12-17 04:13:31 +00:00
Parse Silence gcc warnings. 2011-12-18 12:18:02 +00:00
Rewrite Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only 2011-12-15 22:34:59 +00:00
Sema constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' 2011-12-19 06:19:21 +00:00
Serialization The submodule offset map can introduce "empty" remapping entries for 2011-12-19 16:14:14 +00:00
StaticAnalyzer [analyzer] Add support for taint flowing through a function (atoi). 2011-12-17 00:26:34 +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