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
The clang-dianostic-strict-prototypes check can't be enabled by llvm 19.1.4's clang-tidy. Explicitly enabling it with clang-dianostic-strict-prototypes in a .clang-tidy file doesn't work. Is there some way to enable this manually? Seems like a bug.
This prevents VSCode from being able to auto-correct these issues.
The text was updated successfully, but these errors were encountered:
hoyhoy
changed the title
[clang-tidy] Some clang-diagnostic checks are no available.
[clang-tidy] some clang-diagnostic checks are not available.
Nov 21, 2024
Possibly anything not included by
-Wextra
...The
clang-dianostic-strict-prototypes
check can't be enabled by llvm 19.1.4's clang-tidy. Explicitly enabling it withclang-dianostic-strict-prototypes
in a.clang-tidy
file doesn't work. Is there some way to enable this manually? Seems like a bug.This prevents VSCode from being able to auto-correct these issues.
The text was updated successfully, but these errors were encountered: