Baranov Victor
ce46adb8b7
[clang-tidy][NFC] run clang-format over 'android', 'boost' and 'bugprone' checks ( #143315 )
2025-06-08 23:22:05 +03:00
Carlos Galvez
7d2ea6c422
[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder
...
Fix applied by running:
run-clang-tidy.py -checks=-*,modernize-concat-nested-namespaces
Differential Revision: https://reviews.llvm.org/D141770
2023-01-14 18:51:39 +00:00
Adam Balogh
779a2a2edc
[clang-tidy] Crash fix for bugprone-misplaced-pointer-arithmetic-in-alloc
...
Placement new operators on non-object types cause crash in
`bugprone-misplaced-pointer-arithmetic-in-alloc`. This patch fixes this
issue.
Differential Revision: https://reviews.llvm.org/D87683
2020-09-16 13:16:44 +02:00
Nathan James
41bbb875e4
[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)
2020-07-07 14:31:04 +01:00
Nathan James
860aefd078
[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files
...
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D82661
2020-06-29 16:05:52 +01:00
Nathan James
97572fa6e9
[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in clang-tidy matchers
2020-03-10 00:42:21 +00:00
Adam Balogh
fccd0da5ee
[clang-tidy] New check: bugprone-misplaced-pointer-arithmetic-in-alloc
...
Finds cases where an integer expression is added to the result
of a memory allocation function instead of its argument.
Differential Revision: https://reviews.llvm.org/D71001
2020-01-21 14:38:15 +01:00