Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Christof Douma
|
8aeb339f32
Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""
|
8 年之前 |
Christof Douma
|
27337711cd
Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"
|
8 年之前 |
Christof Douma
|
121eb4635e
[NFC] Refactor DiagnosticRenderer to use FullSourceLoc
|
8 年之前 |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 年之前 |
David Blaikie
|
1614d5cef4
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"
|
11 年之前 |
Alp Toker
|
42285719e5
Simplify warning flag value handling from r206826
|
11 年之前 |
Alp Toker
|
864037ce5f
TextDiagnosticPrinter: use the mapped level for remark flag computation
|
11 年之前 |
Alexander Kornienko
|
c2f2b74ec2
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
|
11 年之前 |
Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 年之前 |
Diego Novillo
|
0da1b7016a
Allow adding a value to a flag in diagnostics.
|
11 年之前 |
Diego Novillo
|
d31ddfcf61
Add support for optimization reports.
|
11 年之前 |
Hans Wennborg
|
89e3274512
clang-cl: print diagnostics as "error(clang): foo" in /fallback mode
|
12 年之前 |
Douglas Gregor
|
cc2b653c31
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Douglas Gregor
|
02c23ebf41
Make DiagnosticOptions intrusively reference-counted, and make sure
|
13 年之前 |
Sylvestre Ledru
|
bed28ac1d1
Fix a typo (the the => the)
|
13 年之前 |
Ted Kremenek
|
e8cf7d1434
Re-apply r159875 with fixes.
|
13 年之前 |
NAKAMURA Takumi
|
3b4c532596
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds.
|
13 年之前 |
Ted Kremenek
|
25570a94ca
Implement -Wpedantic and --no-pedantic to complement -Weverything.
|
13 年之前 |
Argyrios Kyrtzidis
|
16afdf76b6
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
|
13 年之前 |
David Blaikie
|
ceb15656fb
Remove the unuseful -fdiagnostics-show-name
|
13 年之前 |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 年之前 |
Chandler Carruth
|
21a869aace
Persist the TextDiagnostic object across multiple diagnostics as long as
|
14 年之前 |
Chandler Carruth
|
7531f57180
Clean up the names of all the TextDiagnostic methods (and even a static
|
14 年之前 |
Chandler Carruth
|
db463bb2e4
Graduate the TextDiagnostic interface to its own header and source file,
|
14 年之前 |
Chandler Carruth
|
1f3839e257
Move the message printing to a class-static function so that it can be
|
14 年之前 |
Chandler Carruth
|
7eb84dc250
Move the diagnostic level printing into a class static helper. This will
|
14 年之前 |
Chandler Carruth
|
03efd2efee
Rationalize the last bit of "arbitrary" state that is carried between
|
14 年之前 |