As changing virtual methods could break method overrides disable applying the fix and just warn.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG after addressing the comment. Thanks!
test/clang-tidy/performance-unnecessary-value-param.cpp | ||
---|---|---|
234 ↗ | (On Diff #62535) | Please add a test for an override not explicitly marked "virtual" or "override". |
test/clang-tidy/performance-unnecessary-value-param.cpp | ||
---|---|---|
234 ↗ | (On Diff #62535) | That case is already covered in line 180. I moved these tests up now to have them grouped together. |