[PATCH] D53084: [clang-doc] Add unit tests for YAML

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 15 08:15:26 PDT 2018


phosek added inline comments.


================
Comment at: clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp:45
+  assert(!Err);
+  std::string Expected =
+      "---\n"
----------------
Nit: use raw strings here as well, the same here below.


https://reviews.llvm.org/D53084





More information about the cfe-commits mailing list