aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ChainedIncludesSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-25Refactor to remove the assumption that we know the name of the module we're e...Richard Smith1-1/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-0/+1
2016-07-17Attempt to work around MSVC rejects-valid, round 2.Richard Smith1-2/+5
2016-07-17PR28589: attempt to work around MSVC rejects-valid.Richard Smith1-1/+2
2016-07-16Reimplement ExternalSemaSource delegation in terms ofRichard Smith1-120/+36
2016-07-13[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis1-1/+1
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool1-2/+1
2016-04-07Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool1-1/+2
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor1-1/+4
2015-08-06Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher1-1/+1
2015-08-05function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove itsRichard Smith1-7/+6
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-1/+1
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-9/+13
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-03-24[modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith1-0/+5
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-10/+6
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-6/+10
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-10/+6
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-6/+10
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-10/+6
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-6/+10
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-10/+6
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-6/+10
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-10/+6
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-6/+10
2014-08-27Update for LLVM api change.Rafael Espindola1-4/+2
2014-08-18Store std::unique_ptr in InMemoryBuffers. NFC.Rafael Espindola1-12/+15
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-4/+4
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-4/+4
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-4/+4
2014-07-07Move ChainedIncludesSource into the implementationAlp Toker1-4/+50
2014-07-07ChainedIncludesSource: avoid copying n*(n+1)/2 file contents into memoryAlp Toker1-12/+6
2014-07-06Use non-intrusive refcounting for TargetOptionsAlp Toker1-2/+2
2014-07-05Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker1-1/+1
2014-05-22[C++11] Use 'nullptr'. Frontend edition.Craig Topper1-11/+11
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-4/+4
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-4/+4
2014-03-07[Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis1-1/+1
2014-02-27[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis1-11/+11
2014-02-20Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka1-1/+0
2014-02-19Initial implementation of virtual file systemBen Langmuir1-0/+1
2013-07-05Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper1-3/+3
2013-04-26[frontend] Make -chain-include work when used with modules.Argyrios Kyrtzidis1-0/+1
2013-03-27[Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis1-2/+0
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor1-0/+1
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith1-1/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-5/+5
2012-11-16Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor1-1/+1