[PATCH] D73462: [dwarf-5] Support DebugInfo for Defaulted parameters for C++ templates
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 11:25:43 PST 2020
dblaikie added inline comments.
================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:2155
friend class MDNode;
+ bool isDefault;
----------------
What about default arguments for non-type template parameters? ("template<int i = 3>" etc... )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73462/new/
https://reviews.llvm.org/D73462
More information about the cfe-commits
mailing list