Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b0692cb8580d950efcb1d29b99182b01b01095d8
/
clang
/
lib
/
Frontend
/
SerializedDiagnosticPrinter.cpp
9957e8b
Remove extra ';'.
by Devang Patel
· 14 years ago
931ee8e
serialized diagnostics: simplify code.
by Benjamin Kramer
· 14 years ago
d010ba4
serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API.
by Ted Kremenek
· 14 years ago
cc88d26
serialized diagnostics: serialize the version info in a separate meta block.
by Ted Kremenek
· 14 years ago
d89a827
serialized diagnostics: include FixIt information in serialized diagnostics.
by Ted Kremenek
· 14 years ago
f264a20
serialized diagnostics: pull emission of filenames into diagnostic block.
by Ted Kremenek
· 14 years ago
0a49dae
serialized diagnostics: pull emission of diagnostic flag string into diagnostics block.
by Ted Kremenek
· 14 years ago
31921506
Serialized diagnostics: pull category name serialization into diagnostic blocks. The goal is to remove BLOCK_STRINGS so that the bitcode file can potentially be streamed.
by Ted Kremenek
· 14 years ago
59f1025
serialized diagnostics: emit source ranges.
by Ted Kremenek
· 14 years ago
337cd2a
Move definition of record/block IDs for serialized diagnostics to public header.
by Ted Kremenek
· 14 years ago
868504a
Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics.
by Ted Kremenek
· 14 years ago
2724b1f
serialized diagnostics: unique warning strings when emitting serialized diagnostics.
by Ted Kremenek
· 14 years ago
f67bbca
Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and errors.
by Ted Kremenek
· 14 years ago
fce371a
Also include file modification time and size in output of SerializedDiagnosticPrinter.
by Ted Kremenek
· 14 years ago
4610ea2
Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that serializes out the diagnostics for a given translation unit to a bit code file. This is a WIP.
by Ted Kremenek
· 14 years ago