clang-tidy READMEThis is the README for the "clang-tidy" VSCode extension, a powerful tool designed to enhance your C/C++ development experience by integrating the Clang Tidy linter and static analysis tool directly into VSCode. Features
RequirementsClang Tidy Installation: Ensure Clang Tidy is installed on your system. Refer to the official Clang Tidy documentation for installation instructions. C/C++ Project Setup: Your C/C++ project should be set up with the necessary build configurations. 'compiled_commands.json' should be in the working directory in a build subdirectory. Example;
Extension SettingsThis extension contributes the following settings:
Known IssuesLimited support for very large files: Files beyond a certain size may not be processed optimally. Too many generated warnings will simply stop scanning for more. Splitting the file into many chunks removes context for analysis of parts of the file. Dependency on project build configurations: The extension requires correct setup of build configurations for accurate analysis. Release NotesFollowing Extension GuidelinesThis extension follows the best practices as recommended in the Extension Guidelines. ##Working with Markdown This README is authored in Markdown. For more information:
Enjoy using Clang Tidy in VSCode! |