[libcxx-commits] [clang] [libcxx] Reapply "[Clang] Implement resolution for CWG1835 (#92957, #98547)" (PR #100425)

Krystian Stasiowski via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 30 08:19:25 PDT 2024


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


More information about the libcxx-commits mailing list