We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Higher version of clang-tidy cannot parse .clang-tidy file.
clang-tidy
.clang-tidy
$ cmake -B out $ run-clang-tidy -fix -header-filter=.* -format -style file -p out ... skip ... Error parsing /home/bojun/heaptrace/.clang-tidy: Invalid argument /home/bojun/heaptrace/.clang-tidy:21:1: error: unknown key 'AnalyzeTemporaryDtors' AnalyzeTemporaryDtors: false ^~~~~~~~~~~~~~~~~~~~~ Error parsing /home/bojun/heaptrace/.clang-tidy: Invalid argument
https://stackoverflow.com/questions/63920634/what-is-the-meaning-of-the-analyzetemporarydtors-option-in-clang-tidy
It works if .clang-tidy file is removed.
The text was updated successfully, but these errors were encountered:
Thanks for the report!
AnalyzeTemporaryDtors was deprecated and removed at the following commits.
AnalyzeTemporaryDtors
So we better remove it in our .clang-tidy.
Sorry, something went wrong.
No branches or pull requests
Higher version of
clang-tidy
cannot parse.clang-tidy
file.https://stackoverflow.com/questions/63920634/what-is-the-meaning-of-the-analyzetemporarydtors-option-in-clang-tidy
It works if
.clang-tidy
file is removed.The text was updated successfully, but these errors were encountered: