We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e008538 commit ddea4feCopy full SHA for ddea4fe
clang-tools-extra/clang-doc/Representation.cpp
@@ -147,6 +147,7 @@ mergeInfos(std::vector<std::unique_ptr<Info>> &Values) {
147
return llvm::createStringError(llvm::inconvertibleErrorCode(),
148
"unexpected info type");
149
}
150
+ llvm_unreachable("unhandled enumerator");
151
152
153
bool CommentInfo::operator==(const CommentInfo &Other) const {
clang-tools-extra/clang-doc/Serialize.cpp
@@ -392,6 +392,7 @@ std::string serialize(std::unique_ptr<Info> &I) {
392
case InfoType::IT_default:
393
return "";
394
395
396
397
398
static void parseFullComment(const FullComment *C, CommentInfo &CI) {
0 commit comments