[PATCH] D78879: [clang-format] [PR45357] Fix issue found with operator spacing
Andi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 00:29:28 PDT 2020
Abpostelnicu added a comment.
I think we are on the right track with this but what if we are dealing with `tok::amp` in a context similar to `operator const FallibleTArray<E>&();` I can speculate that the outcome will be `operator const FallibleTArray<E> &();` which is wrong.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78879/new/
https://reviews.llvm.org/D78879
More information about the cfe-commits
mailing list