summaryrefslogtreecommitdiffstats
path: root/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-19/+1
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-201-1/+3
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-181-3/+1
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-171-1/+3
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-2/+2
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-2/+2
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+2
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-2/+1
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-2/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-2/+2
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+0
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-1/+1
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-3/+3
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-3/+3
* Quick fix for layering that broke shared library build.John Thompson2014-04-231-9/+11
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-0/+3
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-1/+1
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-1/+2
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-011-1/+2
* clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi2013-01-121-0/+3
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-5/+4
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-0/+146