index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
LogDiagnosticPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-2
/
+2
*
Add DiagID and Warning Flag to DiagnosticsLog
Steven Wu
2014-11-14
1
-0
/
+10
*
Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
David Blaikie
2014-09-15
1
-11
/
+5
*
Use PlistSupport in a few more places
Alp Toker
2014-07-06
1
-48
/
+35
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-1
/
+1
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-0
/
+1
*
Split FileEntry name vs. isValid
Ben Langmuir
2014-02-27
1
-2
/
+2
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-5
/
+0
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-3
/
+4
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+2
*
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-29
1
-0
/
+6
*
[driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS
Chad Rosier
2011-09-28
1
-5
/
+30
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
1
-4
/
+4
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-7
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
Daniel Dunbar
2011-05-05
1
-2
/
+2
*
Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for
Daniel Dunbar
2011-04-07
1
-2
/
+19
*
Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don't
Daniel Dunbar
2011-04-07
1
-11
/
+25
*
Frontend: Continue flushing out LogDiagnosticPrinter.
Daniel Dunbar
2011-04-07
1
-5
/
+81
*
Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to
Daniel Dunbar
2011-04-07
1
-0
/
+39