[PATCH] Fix crash in getStringSplit.

Manuel Klimek klimek at google.com
Tue Nov 26 05:30:20 PST 2013



================
Comment at: unittests/Format/FormatTest.cpp:6999
@@ +6998,3 @@
+  EXPECT_EQ("\"aaaaÄ\"\n"
+            "\"\";",
+            format("\"aaaač\";", getLLVMStyleWithColumns(10)));
----------------
Can we please, please, *please* not put non-printable characters into the code?


http://llvm-reviews.chandlerc.com/D2268

COMMIT
  http://llvm-reviews.chandlerc.com/rL195728



More information about the cfe-commits mailing list