[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:30:24 PDT 2016


alexfh added inline comments.

================
Comment at: test/clang-tidy/modernize-use-override-ms.cpp:2
@@ +1,3 @@
+// RUN: %check_clang_tidy %s modernize-use-override %t -- -- -fms-extensions -std=c++11
+
+// This test is designed to test ms-extension __declspec(dllexport) attributes.
----------------
An old comment sneaked in somehow. Please ignore.


http://reviews.llvm.org/D18396





More information about the cfe-commits mailing list