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