]> granicus.if.org Git - clang/commit
[analyzer] Extend SuppressInlineDefensiveChecksVisitor to all macros, including non...
authorGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 30 Jan 2018 22:58:06 +0000 (22:58 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 30 Jan 2018 22:58:06 +0000 (22:58 +0000)
commitac466c944b5b132504200d504e1c2c08f289ac14
treec0e472dfb48628554c59ac530ee4d369b3037eef
parent6a5184a7b70d9cea6e53b86c71469ea3e196e271
[analyzer] Extend SuppressInlineDefensiveChecksVisitor to all macros, including non-function-like ones

No reason to treat function-like macros differently here.

Tracked in rdar://29907377

Differential Revision: https://reviews.llvm.org/D42444

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