[PATCH] D69935: [DeclCXX] Remove unknown external linkage specifications
Sourabh Singh Tomar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 01:13:18 PST 2019
SouraVX added a comment.
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 ??
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