[PATCH] D30593: Add correct "-isystem"/"-isysroot" warning handling to static analysis' BugReporter.

Kevin Marshall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 17:54:55 PST 2017


kmarshall added a comment.

It appears that the "suppress-c++-stdlib" option in LikelyFalsePositiveSuppressionBRVisitor is yielding promising results. It removes warnings from the "std" namespace which addresses both false positives that I cited above.


Repository:
  rL LLVM

https://reviews.llvm.org/D30593





More information about the cfe-commits mailing list