[PATCH] D21597: clang-format: [JS] recognize more type locations.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 22 00:38:11 PDT 2016


djasper added inline comments.

================
Comment at: lib/Format/TokenAnnotator.cpp:480
@@ -471,1 +479,3 @@
 
+  void parseJSTypeDefinition() {
+    // `type Name = Type Expression;`
----------------
Why is this necessary?


http://reviews.llvm.org/D21597





More information about the cfe-commits mailing list