summaryrefslogtreecommitdiff
path: root/unittests/CrossTU
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-4/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-241-6/+33
* Revert r366449: [CrossTU] Add a function to retrieve original source location.Ilya Biryukov2019-07-181-33/+6
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-181-6/+33
* [analyzer] Add analyzer option to limit the number of imported TUsEndre Fulop2019-07-081-7/+21
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-1/+0
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+2
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [CrossTU] Fix handling of Cross Translation Unit directory pathGabor Horvath2017-10-271-3/+23
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-231-4/+4
* Add Cross Translation Unit support libraryGabor Horvath2017-09-222-0/+154