[all-commits] [llvm/llvm-project] 9a4b57: [clang-itdy] Simplify virtual near-miss check
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sat Feb 20 14:03:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a4b574dd6a07d6811356529ebb8a3f15d6e40a2
https://github.com/llvm/llvm-project/commit/9a4b574dd6a07d6811356529ebb8a3f15d6e40a2
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.h
M clang-tools-extra/test/clang-tidy/checkers/bugprone-virtual-near-miss.cpp
Log Message:
-----------
[clang-itdy] Simplify virtual near-miss check
Diagnose the problem in templates in the context of the template
declaration instead of in the context of all of the (possibly very many)
template instantiations.
Differential Revision: https://reviews.llvm.org/D96224
More information about the All-commits
mailing list