]> granicus.if.org Git - clang/commit
Support 'remark' in VerifyDiagnosticConsumer
authorTobias Grosser <tobias@grosser.es>
Thu, 1 May 2014 14:06:01 +0000 (14:06 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 1 May 2014 14:06:01 +0000 (14:06 +0000)
commit0d40b638c5261b43c99d36f8045757fb494d9871
treebca3e3aa479acacc0325cdb462818813eaa2d3f5
parent9de1702d31ae13c59ba9427343ec867fe7da3427
Support 'remark' in VerifyDiagnosticConsumer

After Diego added support for -Rpass=inliner we have now in-tree remarks which
we can use to properly test this feature.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207765 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/TextDiagnosticBuffer.h
include/clang/Frontend/VerifyDiagnosticConsumer.h
lib/Frontend/TextDiagnosticBuffer.cpp
lib/Frontend/VerifyDiagnosticConsumer.cpp
test/Frontend/optimization-remark.c