index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Tooling
/
InterpolatingCompilationDatabase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][Tooling] Prefer -x over -std when interpolating
Kadir Cetinkaya
2019-12-20
1
-1
/
+2
*
[Driver] Use shared singleton instance of DriverOptTable
Ilya Biryukov
2019-09-04
1
-4
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
1
-15
/
+8
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-2
/
+1
*
[clang-tidy] Fail gracefully upon empty database fields
Serge Guelton
2019-06-20
1
-2
/
+4
*
[Tooling] Add -x flags when inferring compile commands for files with no/inva...
Sam McCall
2019-05-07
1
-4
/
+7
*
[Tooling] add a Heuristic field indicating that a CompileCommand was guessed.
Sam McCall
2019-04-05
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-4
/
+4
*
Fix build bots after a mistake in r341760
Hamza Sood
2018-09-09
1
-1
/
+1
*
[Tooling] Improve handling of CL-style options
Hamza Sood
2018-09-09
1
-34
/
+119
*
Parse compile commands lazily in InterpolatingCompilationDatabase
Ilya Biryukov
2018-08-28
1
-57
/
+61
*
[Tooling] Correct the "-std" compile command option.
Haojian Wu
2018-04-11
1
-2
/
+2
*
[Tooling] fix UB when interpolating compile commands with an empty index
Sam McCall
2018-04-10
1
-2
/
+2
*
[Tooling] A CompilationDatabase wrapper that infers header commands.
Sam McCall
2018-04-09
1
-0
/
+458