alexfh added inline comments.

================
Comment at: test/clang-tidy/modernize-use-override-no-destructors.cpp:6
+struct Base {
+  virtual ~Base(){};
+  virtual void f(){};
----------------
Remove the semicolons after methods. Clang-format the test (but ensure 
clang-format doesn't break comments at the 80 character bound).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58731/new/

https://reviews.llvm.org/D58731



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

Reply via email to