eyuksekkolasin
eyuksekkolasin
Isn't the "compile_commands.json" path required? or I create a "compile_commands.json" during the cmake_configuration phase(-DCMAKE_EXPORT_COMPILE_COMMANDS=ON). How can I run this ctcache with this method? Also, I thought it was necessary to...
Hello again, I apologize for bothering you once more. CMD: ``` python3 tools/host/ctcache/clang_tidy_cache.py /usr/bin/run-clang-tidy-11 -clang-tidy-binary /usr/bin/clang-tidy-11 -p ``` When I run the script, the cache directory under /tmp is created...
Thanks a lot..