index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Misc
/
serialized-diags.c
Age
Commit message (
Expand
)
Author
2012-12-05
More workarounds for PR10867.
Richard Smith
2012-04-12
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-03-20
Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...
Ted Kremenek
2012-03-15
Unpluralize -Wfoo-conversions warnings for consistency.
David Blaikie
2012-03-02
Move int<->pointer conversion warnings behind -Wint-conversions.
Nico Weber
2011-12-17
Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...
Ted Kremenek
2011-12-07
Tweak serialized diagnostics to support errors with no categories. Fixes <rd...
Ted Kremenek
2011-11-29
Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...
Ted Kremenek
2011-11-11
libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...
NAKAMURA Takumi
2011-11-11
test/Misc/serialized-diags.c: Tweak FileCheck expressions to be tolerant to D...
NAKAMURA Takumi
2011-11-11
[serialized diagnostics]: add test cases for serialized diagnostics, includin...
Ted Kremenek