summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/PPCallbacksTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-311-1/+1
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-2/+2
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-9/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix -Wsign-compare in new testsReid Kleckner2019-01-171-7/+7
* Revert r351209 (which was a revert of r350891) with a fix.Aaron Ballman2019-01-171-2/+55
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-151-50/+8
* Silence -Wsign-compare in unittestsBjorn Pettersson2019-01-111-7/+7
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-101-1/+118
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-21/+21
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-11/+47
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-30/+11
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-11/+30
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-21/+2
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-201-2/+5
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-181-5/+2
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-171-2/+5
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-5/+4
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-4/+5
* [VFS] Use VFS instead of virtual files in PPCallbacks test.Benjamin Kramer2015-10-081-4/+6
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-3/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-2/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-12/+9
* Avoid having "using namespace" for both "clang" and "llvm" namespaces.Alexey Samsonov2014-10-151-6/+5
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-2/+2
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-4/+5
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-8/+6
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-3/+3
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-3/+3
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-2/+2
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* Eliminate ASTContext's DelayInitialization flagAlp Toker2014-05-031-2/+4
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-7/+5
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-6/+4
* 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
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-2/+2
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-2/+3
* Fix use-after-free in PPCallbacksTest detected by ASan bootstrap botAlexey Samsonov2013-10-141-4/+4
* Callback support for OpenCL extension pragmas.Pekka Jaaskelainen2013-10-121-0/+100
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-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
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-251-1/+1
* clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi2013-01-121-0/+3
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-3/+1
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-301-4/+5
OpenPOWER on IntegriCloud