[PATCH] D23848: Add a clang-tidy Visual Studio extension
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 24 13:25:37 PDT 2016
Eugene.Zelenko added a subscriber: Eugene.Zelenko.
================
Comment at: clang-tidy-vs/ClangTidy/CheckTree.cs:79
@@ +78,3 @@
+ }
+
+
----------------
Unnecessary empty line.
================
Comment at: clang-tidy-vs/ClangTidy/CheckTree.cs:93
@@ +92,3 @@
+ {
+
+ }
----------------
Unnecessary empty line.
================
Comment at: clang-tidy-vs/ClangTidy/ClangTidy.vsct:22
@@ +21,3 @@
+ <Extern href="vsshlids.h"/>
+
+
----------------
Unnecessary empty line, same below in many places here.
================
Comment at: clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs:178
@@ +177,3 @@
+ {
+
+ }
----------------
Unnecessary empty line.
================
Comment at: clang-tidy-vs/ClangTidy/PropertyFileParser.cs:14
@@ +13,3 @@
+ {
+
+ public class CheckOption
----------------
Unnecessary empty line.
================
Comment at: clang-tidy-vs/ClangTidy/PropertyFileParser.cs:23
@@ +22,3 @@
+ }
+ public class ClangTidyYaml
+ {
----------------
Please add empty line.
https://reviews.llvm.org/D23848
More information about the cfe-commits
mailing list