Skip to content

Commit

Permalink
clang-tidy config: The Analyze temp constructor option does not exist…
Browse files Browse the repository at this point in the history
… anymore.

Deprecated and removed configuration option is not recognized anymore with
current clang-tidy.
  • Loading branch information
hzeller committed Nov 7, 2024
1 parent a841274 commit b96d69e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# readability.
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
Checks: >
clang-diagnostic-*,clang-analyzer-*,
-clang-analyzer-core.CallAndMessage,
Expand Down

0 comments on commit b96d69e

Please sign in to comment.