]> granicus.if.org Git - clang/commit
Pick up expected diagnostics not only in the main file but also in the file where...
authorAxel Naumann <Axel.Naumann@cern.ch>
Mon, 25 Jul 2011 19:18:12 +0000 (19:18 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Mon, 25 Jul 2011 19:18:12 +0000 (19:18 +0000)
commit01231610bc89a8d3ae1bdfee0063af9386fd82a4
tree0e9e524753cd37eefaa4d6106ea24d506d965bf4
parente1467dbfd5d1068c2dd69511f16bc218475a9396
Pick up expected diagnostics not only in the main file but also in the file where the first diagnostic occurred.
Useful if the main file is not relevant (like with cling).
By Vassil Vassilev.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135936 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/VerifyDiagnosticsClient.h
lib/Frontend/VerifyDiagnosticsClient.cpp