[PATCH] D22431: clang-format: [JS] nested and tagged template strings.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 24 15:42:22 PDT 2016


djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

Looks good. Sorry for the delay!


================
Comment at: lib/Format/FormatTokenLexer.h:68
@@ +67,3 @@
+  // embedding expressions nested in ${expr-here}. Template strings can be
+  // nested recursively, i.e. expressions can contain template strings in turns.
+  //
----------------
.. in turn.


https://reviews.llvm.org/D22431





More information about the cfe-commits mailing list