sdkrystian wrote:

I've further improved `isTemplateArgumentList` so we only consider `<` as the 
start of a potential template-argument-list if it follows an _identifier_ or 
the name in an _operator-function-id_/_literal-operator-id_ when trying to find 
the closing `>`. Also, explicit casts (a la `static_cast`) are handled, as are 
constructs which may either be a _type-id_ or an explicit type conversion 
(functional notation).

https://github.com/llvm/llvm-project/pull/100425
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to