]> granicus.if.org Git - clang/commit
CIndex: Only display diagnostics to llvm::errs() when the client has set the 'display...
authorTed Kremenek <kremenek@apple.com>
Tue, 10 Nov 2009 19:18:52 +0000 (19:18 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 10 Nov 2009 19:18:52 +0000 (19:18 +0000)
commit0854d70dabe11d9b3df6c4b65b9b53a1fd65739e
treea07d309af88660bfefa4fdaf5a828cf731df4f44
parentf1c03338def80031dfea27a2e32624a794c0a187
CIndex: Only display diagnostics to llvm::errs() when the client has set the 'displayDiagnostics' option to 1 in clang_createIndex().  This fixes <rdar://problem/7370691>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86700 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CIndex/CIndex.cpp