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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to