summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/SourceManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Fix out-of-bounds memory access in ComputeLineNumbersJan Korous2020-01-101-0/+24
* [clang-format] Remove duplciate code from Invalid BOM detectionpaulhoad2019-10-241-0/+41
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-7/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add dump() method for SourceRangeStephen Kelly2018-08-301-0/+48
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-21/+3
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-22/+52
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-52/+22
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-22/+52
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-201-3/+7
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-181-7/+3
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-171-3/+7
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-6/+6
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-6/+6
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-7/+12
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* 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
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-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-5/+5
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-4/+4
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-14/+14
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-2/+2
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-5/+5
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-4/+7
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-9/+9
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-9/+9
* 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-3/+3
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-031-1/+1
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-1/+2
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-3/+4
* 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
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-4/+3
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-301-4/+5
* clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi2012-11-161-1/+1
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-241-6/+4
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-241-3/+7
* More unit-test fixesDouglas Gregor2012-10-231-0/+1
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-231-1/+1
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-171-4/+5
* Fix the location of the fixit for -Wnewline-eof.Jordan Rose2012-06-191-0/+48
* [preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis2012-03-271-0/+115
OpenPOWER on IntegriCloud