[PATCH] D43424: [clang-doc] Implement a (simple) Markdown generator

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 20 13:44:31 PDT 2018


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-doc/MDGenerator.cpp:33
+  case AccessSpecifier::AS_none:
+    return "";
+  }
----------------
return {};


https://reviews.llvm.org/D43424





More information about the cfe-commits mailing list