Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 rokov pred |
Eugene Zelenko
|
57091d2e94
[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 rokov pred |
Hal Finkel
|
ab88c4b23f
[TextDiagnosticBuffer] Fix diagnostic note emission order
|
7 rokov pred |
Benjamin Kramer
|
b7b56528f9
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
10 rokov pred |
Tobias Grosser
|
0d40b638c5
Support 'remark' in VerifyDiagnosticConsumer
|
11 rokov pred |
Alp Toker
|
e8da95f84f
TextDiagnosticBuffer: Fix copy-paste mistake in r197856
|
11 rokov pred |
Alp Toker
|
a2cd7434fd
Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer
|
11 rokov pred |
Douglas Gregor
|
cc2b653c31
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
|
12 rokov pred |
Benjamin Kramer
|
0f584640dc
Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again.
|
12 rokov pred |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 rokov pred |
Douglas Gregor
|
aee526e776
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
|
14 rokov pred |
David Blaikie
|
40847cfb58
Rename DiagnosticInfo to Diagnostic as per issue 5397
|
14 rokov pred |
David Blaikie
|
78ad0b9884
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
|
14 rokov pred |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 rokov pred |
David Blaikie
|
548f6c8e80
More missing header inclusions from llvm_unreachable migration.
|
14 rokov pred |
David Blaikie
|
b219cfc4d7
Switch assert(0/false) llvm_unreachable.
|
14 rokov pred |
Argyrios Kyrtzidis
|
f2224d89a6
Since multiple diagnostics can share one diagnostic client, have the client keeping track
|
14 rokov pred |
Daniel Dunbar
|
c238955f09
Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine.
|
15 rokov pred |
Daniel Dunbar
|
4cbe3b64be
Simplify.
|
15 rokov pred |
Mike Stump
|
1eb4433ac4
Remove tabs, and whitespace cleanups.
|
16 rokov pred |
Daniel Dunbar
|
e1bd4e6d7c
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
|
16 rokov pred |