You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- The `AnalyzeTemporaryDtors` option was **removed** in clang-tidy-18, which means
that clang-tidy was failing to parse the .clang-tidy file.
- Incredibly, clang-tidy exits with **success** if it fails to parse the .clang-tidy
file! Therefore all clang-tidy runs were passing without actually tidying
anything.
Solution:
- Remove `AnalyzeTemporaryDtors` option from .clang-tidy
0 commit comments