[PATCH] D112334: [clang-tidy] Suppress readability-static-access-through-instance for CUDA built-in variables
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 10:54:18 PDT 2021
tra added a comment.
Is there a way to annotate the builtin vars in the header to let clang-tidy know explicitly that the code must be handled in a special way? That would avoid the guesswork.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112334/new/
https://reviews.llvm.org/D112334
More information about the llvm-commits
mailing list