[PATCH] D17385: clang-format: [JS] re-quote single or double quoted strings.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 14:48:48 PST 2016


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

Looks good.


================
Comment at: lib/Format/Format.cpp:1140
@@ +1139,3 @@
+
+  void insertReplacement(SourceLocation Start, unsigned Length,
+                         StringRef ReplacementText) {
----------------
I think this function doesn't carry its own weight.


http://reviews.llvm.org/D17385





More information about the cfe-commits mailing list