aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a comment.

Typically, we only add AST matchers when there's an obvious need for them (we 
do this because compiling this file takes a *long* time and generates quite a 
few symbols in the executable). I'm not certain that these CUDA matchers rise 
to that level of need -- are you planning to write a number of clang-tidy 
checks that use these new interfaces (or some other in-tree use)?

(Assuming you think we should continue to progress this patch, you should fix 
the clang-format issues, add test coverage, and regenerate documentation.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120952

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to