llvm-project
4b7e861d - [clang]use correct this scope to evaluate noexcept expr (#77416)

Commit
1 year ago
[clang]use correct this scope to evaluate noexcept expr (#77416) Fixes: #77411 When substituting deduced type, noexcept expr in method should be instantiated and evaluated. ThisScrope should be switched to method context instead of origin sema context
Author
Parents
Loading