dougpuob / cppnamelint

CppNameLint is a naming convention linter of C/C++ source code (Based on LLVM's libtooling), which runs with command line on Windows/Linux/macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Improve] Build with newer LLVM version (11.0.0)

dougpuob opened this issue · comments

To make it easier to build this project, I am trying to integrate with vcpkg. The target version is 11.0.0, because it is the latest LLVM version on vcpkg. (https://vcpkg.info/port/llvm)

Thank you for the suggestion from @ruedbi.