summaryrefslogtreecommitdiffstats
path: root/lib/AST/ExternalASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-081-3/+7
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-1/+1
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-1/+1
* Prototype of modules codegenDavid Blaikie2017-01-301-0/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Module Debugging: Emit submodules as nested DW_TAG_modules.Adrian Prantl2015-09-241-2/+2
* Refactor ASTSourceDescriptor to not store copies of all strings. (NFC)Adrian Prantl2015-09-241-1/+8
* Rename ASTSourceDescriptor::ModuleName to FullModuleName for clarity.Adrian Prantl2015-09-191-1/+1
* Refactor ASTReader::getSourceDescriptor(const Module &) into a constructorAdrian Prantl2015-09-191-3/+7
* function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove itsRichard Smith2015-08-051-9/+5
* Add a function to ExternalASTSource that returns a descriptor thatAdrian Prantl2015-06-301-0/+10
* [modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith2015-03-241-0/+5
* Move virtual methods out of line.Rafael Espindola2014-05-211-0/+26
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-0/+20
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-3/+3
* Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith2013-02-071-2/+2
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-1/+4
* Don't force the complete deserialization of the visible-declarationsDouglas Gregor2011-08-241-2/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Augment the interface of ExternalASTSource::FindExternalLexicalDecls()Douglas Gregor2011-07-151-2/+2
* From Vassil Vassilev:Axel Naumann2011-05-041-0/+2
* From Vassil Vassilev:Axel Naumann2011-02-281-0/+59