[clang] [libcxx] [llvm] Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (PR #98547)

2024-07-23 Thread Kyun via cfe-commits
KyunLFA wrote: > @KyunLFA Could you send the commit hash of the clang build which you're > using? I'm unable to reproduce the errors. Sure, it's https://github.com/llvm/llvm-project/commit/43213002b99e32d618f2afbbaaeb2ff8dfc84e33 . Also, just to make sure, have you tried building the whole a

[clang] [libcxx] [llvm] Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (PR #98547)

2024-07-20 Thread Kyun via cfe-commits
KyunLFA wrote: > I'm also seeing a hard "missing 'template' keyword prior to dependent > template name" error when building the 510.parest_r benchmark from SPEC CPU > 2017 Hitting this same error compiling the ares emulator on 19. https://github.com/llvm/llvm-project/pull/98547 _