Fixes PR#52217.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for reviewing this! Can you (or someone else) commit this for me? I don't have commit access.
Paths
| Differential D113429
[clang-tidy] Use `hasCanonicalType()` matcher in `bugprone-unused-raii` check ClosedPublic Authored by fwolff on Nov 8 2021, 12:47 PM.
Details Summary Fixes PR#52217.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 9 2021, 2:18 AM Comment Actions Thanks for reviewing this! Can you (or someone else) commit this for me? I don't have commit access. Closed by commit rG987a21522f2c: [clang-tidy] Use `hasCanonicalType()` matcher in `bugprone-unused-raii` check (authored by fwolff). · Explain WhyDec 1 2021, 4:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391167 clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
|