[all-commits] [llvm/llvm-project] f7c7e8: [Analyzer][WebKit] RefCntblBaseVirtualDtorChecker
jkorous-apple via All-commits
all-commits at lists.llvm.org
Thu May 21 11:55:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f7c7e8a523f56b0ed1b14c0756ba4e5d1ccb48d2
https://github.com/llvm/llvm-project/commit/f7c7e8a523f56b0ed1b14c0756ba4e5d1ccb48d2
Author: Jan Korous <jkorous at apple.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M clang/docs/analyzer/checkers.rst
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
A clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
A clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h
A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
A clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
A clang/test/Analysis/Checkers/WebKit/mock-types.h
A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor-templates.cpp
A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor.cpp
Log Message:
-----------
[Analyzer][WebKit] RefCntblBaseVirtualDtorChecker
Differential Revision: https://reviews.llvm.org/D77177
More information about the All-commits
mailing list