[PATCH] D69935: [DeclCXX] Remove unknown external linkage specifications

Ehud Katz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 03:49:19 PST 2019


ekatz added a comment.

In D69935#1738311 <https://reviews.llvm.org/D69935#1738311>, @SouraVX wrote:

> I created that patch, for purpose of emitting C++ language standards C++11, C++14 in the debug information to be available for consumer's[GDB,LLDB]. 
>  DW_TAG_lang_c_plus_plus_11 .. 14 --new tags for languages in DWARF5.
>  Sorry, I think, I missed this unintended additions in LinkageSpecDecl.
>
> BTW, did you plan to completely revert this ??


This is only a partial revert. It reverts only the part of the linkage languages. The other parts changed are untouched. You have also added a test, which should still pass.


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