diff options
author | Nathan Ridge <zeratul976@hotmail.com> | 2025-03-04 03:46:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 03:46:54 -0500 |
commit | 8266cd9f84b5a7d334ade7ff41393458b3789047 (patch) | |
tree | 20368cebaab0679c26bd28b3a7189d7d6e327082 /clang/test/AST/ast-print-openacc-declare-construct.cpp | |
parent | 80bdfcd411cd8197b0a8b6139b89a87d3a4528fa (diff) | |
download | llvm-8266cd9f84b5a7d334ade7ff41393458b3789047.zip llvm-8266cd9f84b5a7d334ade7ff41393458b3789047.tar.gz llvm-8266cd9f84b5a7d334ade7ff41393458b3789047.tar.bz2 |
[clangd] Disable cppcoreguidelines-macro-to-enum clang-tidy checker (#129478)
Clangd does not support its checker because the checker relies on having
seen preprocessor conditionals that occur in the preamble, and clangd
does not currently replay those.
This checker was already disabled under its main name,
modernize-macro-to-enum (https://github.com/clangd/clangd/issues/1464).
This commit disables it under the alternative name
cppcoreguidelines-macro-to-enum as well.
Fixes https://github.com/llvm/llvm-project/issues/127965
Diffstat (limited to 'clang/test/AST/ast-print-openacc-declare-construct.cpp')
0 files changed, 0 insertions, 0 deletions