Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I see that you have a more sophisticated fix at D91149. Will leave it up to you if we should just wait for that to land, or land this in the interim.
Comment Actions
This small fix is definitely worth while, the more involved patch may not ever land.
clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp | ||
---|---|---|
324 | There are more places where diag is called. Maybe add this to all callsites of diag that then emit fixes, otherwise this may miss a few cases. | |
clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp | ||
488 | This needs rebasing, clang tidy interface for checks has changed. |
There are more places where diag is called. Maybe add this to all callsites of diag that then emit fixes, otherwise this may miss a few cases.