[PATCH] D53081: [clang-doc] Add unit tests for serialization

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 15 13:57:11 PDT 2018


phosek added inline comments.


================
Comment at: clang-tools-extra/unittests/clang-doc/SerializeTest.cpp:320
+  ExtractInfosFromCodeWithArgs(
+      "export module M;\n"
+      "int moduleFunction(int x);\n"
----------------
Can you use raw strings here (and elsewhere in this file) as well?


https://reviews.llvm.org/D53081





More information about the cfe-commits mailing list