c_cpp_properties.json is a configuration file specific to Microsoft's C/C++ VSCode plugin. It's not used by clangd or clang-tidy.
Clangd and clang-tidy use compile_commands.json for configuration. Please see https://clangd.llvm.org/installation#compile_commandsjson for some discussion of this file and how to generate it.
Microsoft
devblogs.microsoft.com › dev blogs › c++ team blog › visual studio code c++ december 2021 update: clang-tidy
Visual Studio Code C++ December 2021 Update: clang-tidy - C++ Team Blog
December 21, 2021 - The latest insiders release of ... VS Code! Clang-tidy is a clang-based C++ linter tool that detects common errors in your code, like style violations and bugs that can be deduced via static analysis....
Reddit
reddit.com › r/cpp › clang-tidy support in vscode is possible
r/cpp on Reddit: clang-tidy support in VSCode is possible
October 21, 2020 -
if you're an exceptionally attractive individual like me, the only things preventing you from retiring clion and adopting vscode (for everything) are clang-tidy and cppcheck. we can get clang-tidy by upvoting this feature request for adding clang-tidy support to the cpp extension for vscode: https://github.com/microsoft/vscode-cpptools/issues/2908
clang-tidy good. more clang-tidy.
vscode extensions - Visual Studio Code Clangd only use clang-tidy for project. Problems with external include - Stack Overflow
I want to use clang-tidy in VsCode to establish a consistent coding style. The project does not use Cmake and I am currently not feeding compiler-options to clang-tidy. I am running into problems More on stackoverflow.com
Clang-tidy: what is the proper set-up?
I have now seen that I can install ... SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2 x86_64 x86_64 x86_64 GNU/Linux) with up-to-date VScode and PIO. When running clang-tidy --version Ubu...... More on community.platformio.org
Clang-Tidy warnings not appearing in header files (Using Visual Studio Code) - clang-tidy - LLVM Discussion Forums
Greetings, I have been running clang-tidy tool check in a C++ project, but it only works in .cpp, not in header files. 1- Do I have to add an specific configuration in my .clang-tidy file to start working the checks in header files? 2- In Visual Studio Code, I tried to use header filter option, ... More on discourse.llvm.org
Location of clang-tidy used by clangd extension to VSCode on Ubuntu?
Not sure if I should ask it here or in [clangd/vscode-clangd/issues](https://github.com/clangd/vscode-clangd/issues (there I didn't find Discussions tab), but I use VSCode clangd extension on U... More on github.com
Videos
New in Visual Studio Code! Clang-Tidy, makefile, CMake ...
Integrate Clang Format Styling with Visual Studio Code | Code ...
01:18
How to Configure clangd with Multiple Build Directories in VSCode ...
04:36
How to compile C++ with clang and Visual Studio Code - YouTube
01:00:47
Better Tools in Your Clang Toolbox: Extending clang-tidy With Your ...
Clang
clang.llvm.org › extra › clang-tidy › Integrations.html
Clang-tidy IDE/Editor Integrations — Extra Clang Tools 23.0.0git documentation
For Vim, you can use Syntastic, which includes clang-tidy, or A.L.E., a lint engine that applies clang-tidy along with other linters. ... clang-tidy is integrated in CPPDepend starting from version 2018.1 and CPPCheck 1.82. CPPCheck integration lets you import Visual Studio solutions and run the clang-tidy inspection on them.
GitHub
github.com › openblack › openblack › wiki › Getting-clang‐tidy-working-on-Windows-with-VSCode
Getting clang‐tidy working on Windows with VSCode
August 31, 2024 - If it doesn't, try making a clang-tidy violation such as removing & from a auto& or adding a comment with only // TODO, then press F1 and restart the clangd server. Once it's done indexing, you will see violations highlighted in vscode.
Author openblack
YouTube
youtube.com › microsoft developer
clang-tidy in Visual Studio Code - YouTube
Sign up for Pure Virtual C++ 2022, a free one-day virtual conference for the whole C++ community running on April 26th: https://aka.ms/pure-virtual-cppclang-...
Published April 21, 2022 Views 19K
Visual Studio Marketplace
marketplace.visualstudio.com › items
CS 128 Clang-Tidy - Visual Studio Marketplace
March 27, 2023 - Extension for Visual Studio Code - Integrates clang-tidy into VS Code
Visual Studio Marketplace
marketplace.visualstudio.com › items
Clang-Tidy for VS Code - Visual Studio Marketplace
2 weeks ago - Extension for Visual Studio Code - Integrates clang-tidy into VS Code with an interactive sidebar and the ability to apply fixes on save.
LLVM Discussion Forums
discourse.llvm.org › clang frontend › clang-tidy
Clang-Tidy warnings not appearing in header files (Using Visual Studio Code) - clang-tidy - LLVM Discussion Forums
May 10, 2024 - Greetings, I have been running clang-tidy tool check in a C++ project, but it only works in .cpp, not in header files. 1- Do I have to add an specific configuration in my .clang-tidy file to start working the checks in header files? 2- In Visual Studio Code, I tried to use header filter option, adding this line: “C_Cpp.codeAnalysis.clangTidy.headerFilter”: “${workspaceFolder}” or “C_Cpp.codeAnalysis.clangTidy.headerFilter”: “.*” but it still did not work.
Mbed OS
forums.mbed.com › mbed os
How to activate clang-tidy checks - Mbed OS - Arm Mbed OS support forum
January 12, 2022 - I don’t know how to activate clang tidy. I followed the Code linting Documentation and created the .clang-tidy file. In my code I have a null pointer. char *a = NULL; This should be converted to nullptr. Unfortunately, after compiling, there is no warning or error telling me this.
Microsoft Learn
learn.microsoft.com › en-us › cpp › code-quality › clang-tidy
Using Clang-Tidy in Visual Studio | Microsoft Learn
How to use Clang-Tidy in Visual Studio for Microsoft C++ code analysis.