This revision was automatically updated to reflect the committed changes.
Closed by commit rL313973: [analyzer] Add new delete with non-virtual
destructor check (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D35796?vs=116060&id=116319#toc
Repository:
rL LLVM
https://
rnkovacs added a comment.
In https://reviews.llvm.org/D35796#878200, @dcoughlin wrote:
> This looks good to me! Do you have commit access, or do you need someone to
> commit it for you?
Thanks! I don't, so it would be nice if someone committed it for me.
https://reviews.llvm.org/D35796
__
dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.
This looks good to me! Do you have commit access, or do you need someone to
commit it for you?
https://reviews.llvm.org/D35796
___
cfe-com
rnkovacs updated this revision to Diff 116060.
rnkovacs added a comment.
- Accidentally left-in comment removed.
- Checker file clang-formatted.
https://reviews.llvm.org/D35796
Files:
include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAn
rnkovacs updated this revision to Diff 115198.
rnkovacs marked an inline comment as done.
rnkovacs retitled this revision from "[analyzer] Misused polymorphic object
checker" to "[analyzer] Delete with non-virtual destructor check".
rnkovacs edited the summary of this revision.
rnkovacs added a co