-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot demand that -export-fixes is on the command line #1
Comments
Isn't it possible to use other means to cache , I mean. At least put in the documentation that it is -export-fixes that is the crux here. |
I think this project is a good idea, but it doesn't work "out-of-the-box", at least not for me. I have checked out the source code and the code I don't understand is line 17 in cache.go. It tries to read a file .clang-tidy that should be in the working directory, but it is not, at least not for me. I don't understand which file you try to hash there, because the natural thing to hash is the command from the compile_commands.json file. |
Some of this issues (generally better out of the box experience) are addressed in #3. It removes the need to use |
@espenfk I have included @funous contribution in the latest release: https://github.com/ejfitzgerald/clang-tidy-cache/releases/tag/v0.3.0 Please let me know if this solves you issue |
ci: add release ci to upload binaries for all os and architectures
clang-tidy-cache/clang/tidyArgParser.go
Line 34 in 218c845
The text was updated successfully, but these errors were encountered: