[PATCH] D72239: [clang-tidy] new opencl recursion not supported check

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 5 23:21:30 PST 2020


lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.

I was just going to look into this kind of check.
This can be implemented without recursion in the check itself.
Let me write it and post my variant.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D72239





More information about the cfe-commits mailing list