[PATCH] D68117: [DWARF-5] Support for C++11 defaulted, deleted member functions.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 10:59:16 PDT 2019
aprantl added a comment.
Thanks, this looks like a good addition!
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1608
+ if (CGM.getCodeGenOpts().DwarfVersion >= 5) {
+ // DWARF-5 support for, defaulted, deleted member functions
----------------
Please try to always upload patches with more context (git diff -U9999 works fine). I can't even tell which function this is in otherwise.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68117/new/
https://reviews.llvm.org/D68117
More information about the llvm-commits
mailing list