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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to