[PATCH] D31652: [clang-format] Recognize Java logical shift assignment operator
Richard Bradfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 6 04:57:56 PDT 2017
bradfier added a comment.
In https://reviews.llvm.org/D31652#719990, @arphaman wrote:
> Are the `<<<` and `>>>` operators handled correctly?
Yes, as a side-effect of CUDA kernel-call syntax which uses `>>>` and `<<<`, those tokens are recognised as punctuators.
Repository:
rL LLVM
https://reviews.llvm.org/D31652
More information about the cfe-commits
mailing list