[clang] [Clang] Fix parsing of expressions of the form (T())[/*...*/] (PR #140053)
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 29 02:12:38 PDT 2025
cor3ntin wrote:
This is the wrong approach; we should just assume a lambda _never_ follows what could be a cast to a function
see CWG2228
https://github.com/llvm/llvm-project/pull/140053
More information about the cfe-commits
mailing list