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
When using any CMake project, running clang-tidy will cause the following error:
The following settings were used with clang-power-tools' clang-tidy feature:
Using different clang-tidy checks (or even none) did not resolve this issue. Nor did using a custom header filter, or custom executable to my local install of LLVM's clang-tidy.
The format feature in clang-power-tools (using clang-format) is unaffected by this bug and is not reproducable.
clang-power-tools version: 2024.4.1 - installed via Visual Studio's Manage Extensions feature. LLVM version(s): 18.1.6 (installed locally), 14.0.6 (installed via LLVM tab in extension) Visual Studio version: Visual Studio Community 2022 [build 17.10.2]
EDIT: Typo
The text was updated successfully, but these errors were encountered:
aoqia194
changed the title
Index was out of range error when using CMake project in Visual Studio 2022
Index was out of range error when using CMake project
Jun 14, 2024
When using any CMake project, running clang-tidy will cause the following error:
The following settings were used with clang-power-tools' clang-tidy feature:
Using different clang-tidy checks (or even none) did not resolve this issue. Nor did using a custom header filter, or custom executable to my local install of LLVM's clang-tidy.
The format feature in clang-power-tools (using clang-format) is unaffected by this bug and is not reproducable.
clang-power-tools version: 2024.4.1 - installed via Visual Studio's Manage Extensions feature.
LLVM version(s): 18.1.6 (installed locally), 14.0.6 (installed via LLVM tab in extension)
Visual Studio version: Visual Studio Community 2022 [build 17.10.2]
EDIT: Typo
The text was updated successfully, but these errors were encountered: