9 ms·
you might find clang-check useful. https://clang.llvm.org/docs/ClangCheck.html https://clang.llvm.org/docs/ClangCheck.html you will need a Compilation Databas
by petr_tik 5y ago
you might find clang-check useful.
https://clang.llvm.org/docs/ClangCheck.html https://clang.llvm.org/docs/ClangCheck.html
you will need a Compilation Database (CDB) in a compile_commands.json file. I know CMake knows how to generate one, but the fact that other build systems don't shows how fragmented and user- unfriendly the cpp ecosystem is.