aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/CodeGen/BufferSourceTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Reland "Move the test compiler setup in a common place. NFCI"Vassil Vassilev1-41/+13
2020-11-16Revert "Move the test compiler setup in a common place. NFCI"Vitaly Buka1-13/+41
2020-11-14Move the test compiler setup in a common place. NFCIVassil Vassilev1-41/+13
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-04-14Make sure the LLVMContext outlive the CompilerInstanceMehdi Amini1-1/+1
2016-04-14Do not use llvm:getGlobalContext() in unittestsMehdi Amini1-1/+2
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg1-2/+2
2015-06-30Add two missing arguments.Adrian Prantl1-0/+2
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-01-15Remove unused parameter, followup to r179639. No behavior change.Nico Weber1-1/+0
2015-01-14[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth1-4/+4
2014-08-29unique_ptrify SourceManager::createFileIDDavid Blaikie1-3/+2
2014-08-27Update for LLVM api change.Rafael Espindola1-2/+3
2014-08-26Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer1-0/+78