phosek added inline comments.

================
Comment at: clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp:44
+  assert(!Err);
+  std::string Expected = "# namespace Namespace\n"
+                         "\n"
----------------
Can we use the C++11 raw string literals here and below to to avoid all the 
escaping?


https://reviews.llvm.org/D53085



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

Reply via email to