mprobst added inline comments.

================
Comment at: lib/Format/TokenAnnotator.cpp:480
@@ -471,1 +479,3 @@
 
+  void parseJSTypeDefinition() {
+    // `type Name = Type Expression;`
----------------
djasper wrote:
> Why is this necessary?
It is not, actually. I was chasing a wrong path here before understanding it 
was because of the assignment. Removed.


http://reviews.llvm.org/D21597



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to