[all-commits] [llvm/llvm-project] 2b240c: [tidy] Expose getID to tidy checks
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed May 10 03:53:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b240cc377b5e4f41c05d68c9a513f7d08ab69c8
https://github.com/llvm/llvm-project/commit/2b240cc377b5e4f41c05d68c9a513f7d08ab69c8
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyCheck.h
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
Log Message:
-----------
[tidy] Expose getID to tidy checks
This also fixes a possible use-after-free in the IdentifierNamingCheck.
Differential Revision: https://reviews.llvm.org/D150254
More information about the All-commits
mailing list