[PATCH] D25642: [clang-tidy] Use ignoreImplicit in cert-err58-cpp check

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 15 12:59:47 PDT 2016


malcolm.parsons created this revision.
malcolm.parsons added a reviewer: aaron.ballman.
malcolm.parsons added a subscriber: cfe-commits.

Fix a false negative in cert-err58-cpp check when calling a constructor
creates objects that require cleanup.


https://reviews.llvm.org/D25642

Files:
  clang-tidy/cert/StaticObjectExceptionCheck.cpp
  test/clang-tidy/cert-static-object-exception.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25642.74770.patch
Type: text/x-patch
Size: 5592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161015/97dfdd56/attachment.bin>


More information about the cfe-commits mailing list