================
@@ -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);
----------------
HazardyKnusperkeks wrote:
If there's no `Next` we have incomplete code, I don't think that really needs
to be annotated, or am I missing something?
https://github.com/llvm/llvm-project/pull/196768
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits