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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 08:28:10 PDT 2016


aaron.ballman added inline comments.

================
Comment at: test/clang-tidy/modernize-use-override-ms.cpp:1
@@ +1,2 @@
+// RUN: %check_clang_tidy %s modernize-use-override %t
+
----------------
I *think* this run line may require -fms-extensions in order to compile under non-MSVC-built versions of clang because of the __declspec.


http://reviews.llvm.org/D18396





More information about the cfe-commits mailing list