aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling/InterpolatingCompilationDatabase.cpp
AgeCommit message (Expand)Author
2019-04-05[Tooling] add a Heuristic field indicating that a CompileCommand was guessed.Sam McCall
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-09Fix build bots after a mistake in r341760Hamza Sood
2018-09-09[Tooling] Improve handling of CL-style optionsHamza Sood
2018-08-28Parse compile commands lazily in InterpolatingCompilationDatabaseIlya Biryukov
2018-04-11[Tooling] Correct the "-std" compile command option.Haojian Wu
2018-04-10[Tooling] fix UB when interpolating compile commands with an empty indexSam McCall
2018-04-09[Tooling] A CompilationDatabase wrapper that infers header commands.Sam McCall