ekatz added a comment.

With this change (current trunk) you can write code as follows:

  extern "C++11" int x;

And it will pass compilation. No other compiler support it, nor it should, as 
there is no such thing as `extern "C++11"` nor `extern "C++14"`.


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