[PATCH] D18396: Clang-tidy:modernize-use-override. Fix for __declspec attributes and const=0 without spacse

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 4 04:29:05 PDT 2016


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

Looks good with one nit. Thank you for the patch!

Please tell, if you need someone to commit the patch for you.


================
Comment at: docs/ReleaseNotes.rst:73
@@ +72,3 @@
+
+  The fix-its placement around __declspec attributes on windows and other 
+  attributes is improved.
----------------
Please enclose inline code snippets (`__declspec`) in double backquotes.


http://reviews.llvm.org/D18396





More information about the cfe-commits mailing list