]> granicus.if.org Git - clang/commit
Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosti...
authorTed Kremenek <kremenek@apple.com>
Tue, 14 Feb 2012 02:46:03 +0000 (02:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 14 Feb 2012 02:46:03 +0000 (02:46 +0000)
commit7473b1c6e7ba2654d4a0d469198f0e01b485b51a
treedd0142b48cacb81c2d52e0e377aa73161aad429b
parent8be51eab5ad34515d2a40dcdc8558128ca1800ad
Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as
child diagnostics of primary diagnostics.  By using the DiagnosticRenderer, these Diagnostics now
match with those generated for serialized diagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150456 91177308-0d34-0410-b5e6-96231b3b80d8
tools/c-index-test/c-index-test.c
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/CIndexDiagnostic.h