tschuett added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/cuda/CudaTidyModule.cpp:25 + +// Register the GoogleTidyModule using this statically initialized variable. +static ClangTidyModuleRegistry::Add<CudaModule> ---------------- Is Google a copy and paste error? ================ Comment at: clang-tools-extra/clang-tidy/cuda/CudaTidyModule.cpp:32 +// This anchor is used to force the linker to link in the generated object file +// and thus register the GoogleModule. +volatile int CudaModuleAnchorSource = 0; ---------------- Is Google a copy and paste error? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133436/new/ https://reviews.llvm.org/D133436 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits