]> granicus.if.org Git - clang/commit
Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang...
authorTed Kremenek <kremenek@apple.com>
Thu, 12 Apr 2012 00:03:31 +0000 (00:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 12 Apr 2012 00:03:31 +0000 (00:03 +0000)
commit78d5d3bb9386a5aa31d19445eb8f81bf2652acb4
tree5bc532482d3f9dd23f983cc62120ac4256e2b9c0
parent104dbf982582f16888fb15f9342fce9748af48c5
Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately
get the diagnostic category name from a serialized diagnostic when the version of libclang used
to read the diagnostic file is newer than the clang that emitted the diagnostic file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154567 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Misc/serialized-diags-single-issue.c
tools/c-index-test/c-index-test.c
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/CIndexDiagnostic.h
tools/libclang/CXLoadedDiagnostic.cpp
tools/libclang/CXLoadedDiagnostic.h
tools/libclang/CXStoredDiagnostic.cpp
tools/libclang/libclang.exports