llvm-project/clang/lib
Richard Smith 2f633e7c3c [modules] When building a module, if there are multiple matches for a header
file in the loaded module maps and one of them is from the current module,
that's the right match.

llvm-svn: 240350
2015-06-22 22:20:47 +00:00
..
ARCMigrate Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
AST [modules] Include merged definition information in AST dumps. 2015-06-22 18:47:01 +00:00
ASTMatchers Move a test from static-assert.cpp to DeclPrinterTest 2015-06-05 22:40:53 +00:00
Analysis Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
Basic [CodeGen] Teach X86_64ABIInfo about AVX512. 2015-06-22 21:31:43 +00:00
CodeGen [CodeGen] Teach X86_64ABIInfo about AVX512. 2015-06-22 21:31:43 +00:00
Driver Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs 2015-06-22 22:07:27 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
Frontend Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs 2015-06-22 22:07:27 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Move xtest to its own file to match the gcc header organization. 2015-06-17 18:42:07 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex [modules] When building a module, if there are multiple matches for a header 2015-06-22 22:20:47 +00:00
Parse Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
Rewrite Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
Sema [modules] Add a flag to disable the feature that permits conflicting redefinitions of internal-linkage symbols that are not visible. 2015-06-22 21:15:01 +00:00
Serialization Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
StaticAnalyzer Don't use &* when get() will suffice; NFC. 2015-06-22 13:28:21 +00:00
Tooling Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00