summaryrefslogtreecommitdiffstats
path: root/unittests/CodeGen/BufferSourceTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure the LLVMContext outlive the CompilerInstanceMehdi Amini2016-04-141-1/+1
* Do not use llvm:getGlobalContext() in unittestsMehdi Amini2016-04-141-1/+2
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-2/+2
* Add two missing arguments.Adrian Prantl2015-06-301-0/+2
* 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
* Remove unused parameter, followup to r179639. No behavior change.Nico Weber2015-01-151-1/+0
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-4/+4
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-3/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer2014-08-261-0/+78