Ilya Biryukov
|
f521f90c44
[Driver] Use shared singleton instance of DriverOptTable
|
6 лет назад |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 лет назад |
Rainer Orth
|
e3656d7fcf
Move LangStandard*, InputKind::Language to Basic
|
6 лет назад |
Fangrui Song
|
b76b345fe1
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
6 лет назад |
Serge Guelton
|
a7fae20461
[clang-tidy] Fail gracefully upon empty database fields
|
6 лет назад |
Sam McCall
|
865e584f54
[Tooling] Add -x flags when inferring compile commands for files with no/invalid extension.
|
6 лет назад |
Sam McCall
|
151df10ca7
[Tooling] add a Heuristic field indicating that a CompileCommand was guessed.
|
6 лет назад |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 лет назад |
Fangrui Song
|
2bc7aaa80d
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 лет назад |
Hamza Sood
|
a2f63564c9
Fix build bots after a mistake in r341760
|
7 лет назад |
Hamza Sood
|
e978feba76
[Tooling] Improve handling of CL-style options
|
7 лет назад |
Ilya Biryukov
|
b55f3a17ca
Parse compile commands lazily in InterpolatingCompilationDatabase
|
7 лет назад |
Haojian Wu
|
45c3242e80
[Tooling] Correct the "-std" compile command option.
|
7 лет назад |
Sam McCall
|
a78930ceac
[Tooling] fix UB when interpolating compile commands with an empty index
|
7 лет назад |
Sam McCall
|
557876ca5f
[Tooling] A CompilationDatabase wrapper that infers header commands.
|
7 лет назад |