================
@@ -1684,8 +1684,6 @@ class AnnotatingParser {
       }
       while (CurrentToken &&
              CurrentToken->isNoneOf(tok::l_paren, tok::semi, tok::r_paren)) {
-        if (CurrentToken->isOneOf(tok::star, tok::amp))
-          CurrentToken->setType(TT_PointerOrReference);
----------------
owenca wrote:

I'd keep them because of the `break`s below or deal with it in another patch.

https://github.com/llvm/llvm-project/pull/196768
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to