]> granicus.if.org Git - clang/commit
Rework the CIndex API for displaying diagnostics. Instead of printing
authorDouglas Gregor <dgregor@apple.com>
Mon, 22 Feb 2010 23:17:23 +0000 (23:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 22 Feb 2010 23:17:23 +0000 (23:17 +0000)
commit274f1906f12ebf8fcc179701deeda6d3271120c1
tree9c7e2a89b58475d482ab2e926b337e9d5d3b8d8f
parent83c481ade785a919ba21a33f9a8b1b21c1212fb3
Rework the CIndex API for displaying diagnostics. Instead of printing
the diagnostics to a FILE*, return a CXString containing the formatted
diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96823 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
tools/CIndex/CIndex.cpp
tools/CIndex/CIndex.exports
tools/CIndex/CIndexDiagnostic.cpp
tools/c-index-test/c-index-test.c