summaryrefslogtreecommitdiff
path: root/lib/Tooling/InterpolatingCompilationDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-4/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-15/+8
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-2/+1
* [clang-tidy] Fail gracefully upon empty database fieldsSerge Guelton2019-06-201-2/+4
* [Tooling] Add -x flags when inferring compile commands for files with no/inva...Sam McCall2019-05-071-4/+7
* [Tooling] add a Heuristic field indicating that a CompileCommand was guessed.Sam McCall2019-04-051-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-4/+4
* Fix build bots after a mistake in r341760Hamza Sood2018-09-091-1/+1
* [Tooling] Improve handling of CL-style optionsHamza Sood2018-09-091-34/+119
* Parse compile commands lazily in InterpolatingCompilationDatabaseIlya Biryukov2018-08-281-57/+61
* [Tooling] Correct the "-std" compile command option.Haojian Wu2018-04-111-2/+2
* [Tooling] fix UB when interpolating compile commands with an empty indexSam McCall2018-04-101-2/+2
* [Tooling] A CompilationDatabase wrapper that infers header commands.Sam McCall2018-04-091-0/+458