[PATCH] D147920: [clang] Add test for CWG399
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 20 01:52:33 PDT 2023
cor3ntin added a comment.
I'm seeing test failures on main
error: 'error' diagnostics expected but not seen:
File /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/test/CXX/drs/dr3xx.cpp Line 1456: refers to a member in namespace
File /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/test/CXX/drs/dr3xx.cpp Line 1457: refers to a member in namespace
error: 'error' diagnostics seen but not expected:
File /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/test/CXX/drs/dr3xx.cpp Line 1456: use of undeclared identifier 'dr244'
File /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/test/CXX/drs/dr3xx.cpp Line 1457: use of undeclared identifier 'dr244'
error: 'note' diagnostics expected but not seen:
File /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/test/CXX/drs/dr3xx.cpp Line 1441: type 'dr244::B' found by destructor name lookup
error: 'note' diagnostics seen but not expected:
File /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/test/CXX/drs/dr3xx.cpp Line 1441: type 'dr399::B' found by destructor name lookup
6 errors generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147920/new/
https://reviews.llvm.org/D147920
More information about the cfe-commits
mailing list