[clang-tools-extra] [clang-doc][NFC] Add TODO for future work (PR #138052)
Petr Hosek via cfe-commits
cfe-commits at lists.llvm.org
Wed May 7 11:15:09 PDT 2025
================
@@ -60,6 +60,7 @@ struct CommentInfo {
// the vector.
bool operator<(const CommentInfo &Other) const;
+ // TODO: The Kind field should be an enum, so we can switch on it easily
----------------
petrhosek wrote:
```suggestion
// TODO: The Kind field should be an enum, so we can switch on it easily.
```
https://github.com/llvm/llvm-project/pull/138052
More information about the cfe-commits
mailing list