================
@@ -126,6 +127,13 @@ std::vector<CommentToken>
getTrailingCommentsInRange(CharSourceRange Range, const SourceManager &SM,
const LangOptions &LangOpts);
+/// Returns the first token in \p Range matching \p Pred.
----------------
vbvictor wrote:
```suggestion
/// Returns source range of the first token in \p Range matching \p Pred.
```
https://github.com/llvm/llvm-project/pull/183941
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits