* [[https://stackoverflow.com/questions/18435516/how-to-set-a-cmake-option-at-command-line|How to set a CMake option() at command line]] * [[http://mariobadr.com/using-clang-tidy-with-cmake-36.html|Using clang-tidy with CMake 3.6]] * 把 compile_command.json 導出。 * https://github.com/llvm-mirror/clang-tools-extra/blob/master/clang-tidy/tool/clang-tidy-diff.py * $ git diff | clang-tidy-diff.py -p1 -fix -check=* * [[https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/|Clang-Tidy, part 1: Modernize your source code using C++11/C++14]] ====== 外部連結 ====== * [[http://www.cmake.org/|CMake]] * [[wbzh>CMake 入門]]