ekatz added a comment.
No problem.
For the source code:
extern "C++11" int x;
In clang 9.0 the compilation fails with the message:
<source>:1:8: error: unknown linkage language
extern "C++11" int x;
^~~~~~~
1 error generated.
while on the trunk it just pass without any error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69935/new/
https://reviews.llvm.org/D69935
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits