]> granicus.if.org Git - clang/commit
[analyzer] Make suppression of macro defensive checks work with -analyzer-eagerly...
authorDevin Coughlin <dcoughlin@apple.com>
Sat, 30 Jan 2016 01:59:33 +0000 (01:59 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Sat, 30 Jan 2016 01:59:33 +0000 (01:59 +0000)
commitcaa8ca5fbfcf02a09117af69182cc21917118ac9
tree07eede91683caae427fc6fbdc265bc1d99db5606
parent056848c2f9bc5527fa2d7067b0e92c4214d05029
[analyzer] Make suppression of macro defensive checks work with -analyzer-eagerly-assume.

This is the default for the analyzer but the flag is added by the driver so
our suppression tests didn't cover this case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259288 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
test/Analysis/inlining/false-positive-suppression.c