Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Yaron Keren
|
4d9c4a9b23
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
10 年之前 |
Steven Wu
|
c5f0ed8753
Add DiagID and Warning Flag to DiagnosticsLog
|
10 年之前 |
David Blaikie
|
132299d3f0
Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
|
11 年之前 |
Alp Toker
|
e62c5d9450
Use PlistSupport in a few more places
|
11 年之前 |
Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 年之前 |
Tobias Grosser
|
9762c97158
Add 'remark' diagnostic type in 'clang'
|
11 年之前 |
Ben Langmuir
|
cb258fa9e9
Split FileEntry name vs. isValid
|
11 年之前 |
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 年之前 |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 年之前 |
David Blaikie
|
561d3abc88
Remove unnecessary default cases in switches over enums.
|
13 年之前 |
Douglas Gregor
|
aee526e776
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
|
14 年之前 |
Chad Rosier
|
cc78c6c615
[driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS
|
14 年之前 |
David Blaikie
|
40847cfb58
Rename DiagnosticInfo to Diagnostic as per issue 5397
|
14 年之前 |
David Blaikie
|
78ad0b9884
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
|
14 年之前 |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 年之前 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 年之前 |
Daniel Dunbar
|
7665ad83d8
Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
|
14 年之前 |
Daniel Dunbar
|
28f14933ed
Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for
|
14 年之前 |
Daniel Dunbar
|
5dccf575ad
Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don't
|
14 年之前 |
Daniel Dunbar
|
64bfbf573e
Frontend: Continue flushing out LogDiagnosticPrinter.
|
14 年之前 |
Daniel Dunbar
|
9df23493f5
Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to
|
14 年之前 |