[clang] [Clang][Parse] Delay parsing of noexcept-specifiers in friend function declarations (PR #90517)
Krystian Stasiowski via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 13:08:26 PDT 2024
sdkrystian wrote:
This actually requires a little more work... (the delayed exception specification parsing code seems to only expect `CXXMethodDecl`s). I'll take care of that tomorrow.
https://github.com/llvm/llvm-project/pull/90517
More information about the cfe-commits
mailing list