]> granicus.if.org Git - clang/commit
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 3 Dec 2009 01:45:44 +0000 (01:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 3 Dec 2009 01:45:44 +0000 (01:45 +0000)
commit5262fda30b876c8aae95f2eb92e349418d6b14bb
tree258af401a1fdf30edb4079efece5a40e0ed3551d
parent7d9bd4257f817494b2fa5b310df05807050a9c18
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90379 91177308-0d34-0410-b5e6-96231b3b80d8
examples/wpa/clang-wpa.cpp
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/FrontendAction.cpp
tools/CIndex/CIndex.cpp
tools/index-test/index-test.cpp