Commit 71127ba
fix: Remove deprecated clang-tidy config option
The option `AnalyzeTemporaryDtors` has been deprecated since
`clang-tidy` version 16 and was removed in version 18. As a result, this
config option will throw errors with newer versions of these tools while
not providing any practical benefit.
Change-Id: I096407f9dc41e4564a4fc89f5a9f39a834b5e20a
Signed-off-by: Siddhartha Menon <siddhartha.menon@arm.com>1 parent 450bb88 commit 71127ba
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments