Skip to content

tedjpoole/clang-tidy-standalone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clang-tidy-standalone

This is an empty clang-tidy standalone version, you can build it without building the whole LLVM(which takes a long). Current version is based on llvm-10 so you have to use corresponding packages. A little bit more of a motivation is in this article.

Usage

Install all LLVM 10 packages.
Follow the official manual.
Build as usual:

mkdir build
cd build
cmake ..
cmake --build .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.4%
  • Python 23.0%
  • CMake 1.6%