[PATCH] D133436: Ground work for cuda-related checks in clang-tidy

Ivan Murashko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 7 10:26:38 PDT 2022


ivanmurashko added inline comments.


================
Comment at: clang-tools-extra/test/lit.cfg.py:19
 # suffixes: A list of file extensions to treat as test files.
-config.suffixes = ['.c', '.cpp', '.hpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s',
+config.suffixes = ['.c', '.cpp', '.cu', '.hpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s',
   '.modularize', '.module-map-checker', '.test']
----------------
`.cu` is specified several times there. It looks like the change is not necessary at the line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133436



More information about the cfe-commits mailing list