[PATCH] D69935: [DeclCXX] Remove unknown external linkage specifications
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 7 10:56:34 PST 2019
dblaikie added a comment.
"The change introduced new external linkage languages ("C++11" and "C++14") which not supported in C++."
Could you describe more what you mean by "not supported in C++"? These identifiers aren't part of the C++ standard/they're an implementation detail of the compiler.
Also, if this is breaking functionality, could you provide a test case demonstrating the failure/problem? (& if it isn't breaking anything - some more detail on why it's a problem (perhaps it makes the code more difficult to maintain, etc) would be helpful)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69935/new/
https://reviews.llvm.org/D69935
More information about the cfe-commits
mailing list