The checker should ignore parentheses when looking whether the
function should be marked as const.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D122075  
[clang-tidy] Skip parentheses in `readability-make-member-function-const` ClosedPublic Authored by Izaron on Mar 19 2022, 11:28 AM. 
Details Summary The checker should ignore parentheses when looking whether the 
Diff Detail 
 Event TimelineThis revision is now accepted and ready to land.Mar 21 2022, 1:20 AM Closed by commit rGfc354d375232: [clang-tidy] Skip parentheses in `readability-make-member-function-const` (authored by Izaron).  ·  Explain WhyMar 21 2022, 4:18 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
Diff 416890 clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
 clang-tools-extra/test/clang-tidy/checkers/readability-make-member-function-const.cpp
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This change looks unrelated to what this patch is trying to achieve