- Dec 22, 2021
-
-
Chuanqi Xu authored
-
- Dec 13, 2021
-
-
Chuanqi Xu authored
-
Nico Weber authored
This reverts commit 7c51a128. Breaks SemaCXX/modules-ts.cppm in check-clang.
-
Chuanqi Xu authored
-
- Dec 08, 2021
-
-
Chuanqi Xu authored
According to [basic.namespace.general]/p2, a namespace declaration shouldn't have a module linkage. > A namespace is never attached to a named module and never has a name > with module linkage. Without this patch, the compiler would crash for the test in assertion enabled build due to inconsistent linkage for redeclaration for namespaces. Reviewed by: rsmith Differential Revision: https://reviews.llvm.org/D115132
-