This revision was automatically updated to reflect the committed changes.
Closed by commit rL284332: [clang-tidy] Use ignoreImplicit in cert-err58-cpp
check (authored by malcolm.parsons).
Changed prior to commit:
https://reviews.llvm.org/D25642?vs=74770&id=74787#toc
Repository:
rL LLVM
http
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
In what is surely a record response time for code reviews on a weekend, this
LGTM. :-D
https://reviews.llvm.org/D25642
___
cfe-com
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-t