llvm/clang-tools-extra/test
Jonas Toth 0b41e633a3 [clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is deactivated
'misc-const-correctness' previously considered arrays as 'Values' independent of the type of the elements.
This is inconsistent with the configuration of the check to disable treating pointers as values.
This patch rectifies this inconsistency.

Fixes #56749

Reviewed By: njames93

Differential Revision: https://reviews.llvm.org/D130793

(cherry picked from commit e66345d54d5f5e803f54c1ace487d57bb11ee884)
2022-09-30 08:20:18 +02:00
..
clang-apply-replacements [clang-apply-replacements] Added an option to ignore insert conflict. 2022-05-30 13:02:25 +08:00
clang-change-namespace
clang-doc
clang-include-fixer
clang-move
clang-query
clang-reorder-fields
clang-tidy [clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is deactivated 2022-09-30 08:20:18 +02:00
modularize
pp-trace [Lex] Introduce PPCallbacks::LexedFileChanged() preprocessor callback 2022-07-01 14:22:31 -07:00
Unit
.clang-format Disable clang-format entirely for test directories 2022-07-08 07:34:18 -04:00
.gitattributes Use -text git attribute instead of text eol=... 2022-04-28 14:27:29 +02:00
CMakeLists.txt Fix check-clang-tools target after 7cc8377f2c 2022-05-06 23:08:47 +02:00
lit.cfg.py [clang-tidy] Organize test files into subdirectories by module (NFC) 2022-06-22 12:13:34 -06:00
lit.site.cfg.py.in