aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/usingnamespace
AgeCommit message (Collapse)Author
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
Closes #16848
2023-09-19disable behavior tests regressed by LLVM 17Andrew Kelley
See #16844 See #16845 See #16846 See #16848
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-11-11Sema: make check for namespace lookup of private declarations more strictVeikka Tuominen
Previously sema only checked that the private declaration was in the same file as the lookup but now it also checks that the namespace where the decl was included from was also in the same file. Closes #13077
2021-09-01std: fix regressions from this branchAndrew Kelley
Also move some usingnamespace test cases from compare_output to behavior.