[PATCH] D30378: [DebugInfo] [DWARFv5] Collect calling convention info for C++ types during codegen

Victor Leschuk via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 11:31:02 PST 2017


vleschuk added inline comments.


================
Comment at: test/CodeGenCXX/debug-info-type-calling-conventions.cpp:11-12
+
+class UserDtor {
+public:
+  ~UserDtor() {}
----------------
dblaikie wrote:
> I'd probably make this a struct (and drop the 'public:' section since it'll be the default then) - since it doesn't seem to matter here.
Will do when I fix this bug: http://lists.llvm.org/pipermail/llvm-dev/2017-February/110557.html


https://reviews.llvm.org/D30378





More information about the cfe-commits mailing list