================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to