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
/
SerializedDiagnosticPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Driver: Include driver diagnostics when we --serialize-diagnostics
Justin Bogner
2014-10-23
1
-14
/
+228
*
Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...
Justin Bogner
2014-10-14
1
-4
/
+2
*
Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...
Justin Bogner
2014-10-14
1
-2
/
+4
*
Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)
Justin Bogner
2014-10-14
1
-4
/
+2
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-4
/
+2
*
unique_ptrify ChainedDiagnosticConsumer's ctor parameters
David Blaikie
2014-09-15
1
-3
/
+3
*
unique_ptrify the raw_ostream argument to clang::serialized_diags::create
David Blaikie
2014-08-29
1
-8
/
+9
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
2014-05-22
1
-2
/
+1
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-5
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-32
/
+31
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Serialized diagnostic severity levels should be stable.
Jordan Rose
2014-03-03
1
-2
/
+17
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-4
/
+0
*
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-02-21
1
-0
/
+10
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-12
/
+11
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-9
/
+9
*
Teach the serialized diagnostic writer to clone() itself, sharing
Douglas Gregor
2012-11-30
1
-67
/
+112
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-5
/
+6
*
Avoid binding a reference to a dereferenced pointer in diagnostic serialization
Richard Smith
2012-08-21
1
-92
/
+133
*
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-05-10
1
-16
/
+24
*
Serialization: Switch over to using the native SmallVector based BitstreamWriter
Daniel Dunbar
2012-02-29
1
-1
/
+1
*
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-14
1
-29
/
+10
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...
Ted Kremenek
2011-12-17
1
-71
/
+186
*
Make changes to SDiagsWriter to make it work in combination with the ARC migr...
Argyrios Kyrtzidis
2011-12-07
1
-29
/
+29
*
Remove extra ';'.
Devang Patel
2011-11-15
1
-1
/
+1
*
serialized diagnostics: simplify code.
Benjamin Kramer
2011-11-10
1
-5
/
+1
*
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-11-10
1
-9
/
+26
*
serialized diagnostics: serialize the version info in a separate meta block.
Ted Kremenek
2011-11-08
1
-20
/
+31
*
serialized diagnostics: include FixIt information in serialized diagnostics.
Ted Kremenek
2011-11-05
1
-6
/
+41
*
serialized diagnostics: pull emission of filenames into diagnostic block.
Ted Kremenek
2011-11-05
1
-81
/
+56
*
serialized diagnostics: pull emission of diagnostic flag string into diagnost...
Ted Kremenek
2011-11-05
1
-65
/
+62
*
Serialized diagnostics: pull category name serialization into diagnostic bloc...
Ted Kremenek
2011-11-05
1
-24
/
+33
*
serialized diagnostics: emit source ranges.
Ted Kremenek
2011-11-05
1
-2
/
+55
*
Move definition of record/block IDs for serialized diagnostics to public header.
Ted Kremenek
2011-11-05
1
-16
/
+1
*
Serialized diagnostics: encode a 24 bit version number as part of the "magic ...
Ted Kremenek
2011-11-05
1
-4
/
+2
*
serialized diagnostics: unique warning strings when emitting serialized diagn...
Ted Kremenek
2011-11-05
1
-25
/
+61
*
Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and ...
Ted Kremenek
2011-11-05
1
-4
/
+27
*
Also include file modification time and size in output of SerializedDiagnosti...
Ted Kremenek
2011-11-05
1
-1
/
+5
*
Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...
Ted Kremenek
2011-10-29
1
-0
/
+357