Files
clang-p2996/clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
Congcong Cai 9be33de4f3 [clang-tidy]pro-bounds-array-to-pointer-decay ignore predefined expression
cast PredefinedExpr such as `__func__` to const char* should be accpetted.

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D158244
2023-08-19 08:13:00 +08:00

3.0 KiB