Issue 142272
Summary [clang-doc] Refactor `CommentInfo.Kind` from string to `CommentKind` enum in clang-doc
Labels new issue
Assignees
Reporter snarang181
    We should refactor the clang-doc tool’s internal handling of comment kinds by migrating the CommentInfo.Kind field from a raw SmallString<16> (string) to a strongly-typed enum, CommentKind. This should make iteration of the different fields much more convenient. 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to