Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6a0ff179799c0dcbbd76b311923162e3be343f4b
/
tools
/
libclang
/
CXLoadedDiagnostic.cpp
78d5d3b
Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately
by Ted Kremenek
· 13 years ago
1e4c01b
drop more llvm:: prefixes on OwningPtr<>
by Dylan Noblesmith
· 13 years ago
7530c03
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
by David Blaikie
· 13 years ago
13eee19
Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>.
by Ted Kremenek
· 13 years ago
952538d
Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rdar://problem/10473903>.
by Ted Kremenek
· 13 years ago
e97ac9e
Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null character, and change the creation of the FixIT's string to again just rely on this string (instead of duplicating it when calling createCXString).
by Ted Kremenek
· 13 years ago
40f6975
libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminator on fixit.
by NAKAMURA Takumi
· 13 years ago
1532217
serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API.
by Ted Kremenek
· 13 years ago