[all-commits] [llvm/llvm-project] 987a21: [clang-tidy] Use `hasCanonicalType()` matcher in `...
FabianWolff via All-commits
all-commits at lists.llvm.org
Wed Dec 1 16:54:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 987a21522f2c7d799d0c2a720b3315a4fb6d1e74
https://github.com/llvm/llvm-project/commit/987a21522f2c7d799d0c2a720b3315a4fb6d1e74
Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
Log Message:
-----------
[clang-tidy] Use `hasCanonicalType()` matcher in `bugprone-unused-raii` check
Fixes PR#52217.
Reviewed By: simon.giesecke
Differential Revision: https://reviews.llvm.org/D113429
More information about the All-commits
mailing list