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
...
*
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
[prev]