klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

LG. Yay!


================
Comment at: clang-tidy/modernize/UseDefaultCheck.cpp:59-60
@@ +58,4 @@
+          "= default;");
+  // FIXME: this can generate a -Wpedantic warning if there is a semicolon 
after
+  // the body: "A() {};" is converted to "A() = default;;"
+}
----------------
Delete the fixme. There already is an extra semicolon in the first case.


http://reviews.llvm.org/D13871



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

Reply via email to