[PATCH] D110089: [CUDA] Implement experimental support for texture lookups.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 21 14:31:27 PDT 2021


tra added a comment.

Most of clang-tidy warnings are irrelevant -- it tries to parse the header all by itself, without CUDA headers.
It also ignores `NOLINTNEXTLINE(clang-diagnostic-error)` which was intended to suppress the warning triggered by `#error`.

The only useful one was in SemaChecking.cpp -- fixed now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110089/new/

https://reviews.llvm.org/D110089



More information about the cfe-commits mailing list