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 жил өмнө |
Chandler Carruth
|
d614040a67
Neither 'Warning' nor 'NonNote' was a good name for this location...
|
14 жил өмнө |
Chandler Carruth
|
67e2d51a86
Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-dead
|
14 жил өмнө |
Chandler Carruth
|
cae9ab1a8a
Sink the include stack printing into the generic text diagnostic
|
14 жил өмнө |
Chandler Carruth
|
f54a61454e
Rationalize some of how the locations of prior diagnostics are tracked
|
14 жил өмнө |
Chandler Carruth
|
9ed3066cfe
Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic
|
14 жил өмнө |
Chandler Carruth
|
60e4a2a5e9
Sink the non-caret diagnostic logic down and out of the diagnostic
|
14 жил өмнө |