================ @@ -94,6 +93,21 @@ SourceLocation findNextAnyTokenKind(SourceLocation Start, } } +// Finds previous token, possibly a comment. +inline std::optional<Token> +findPreviousTokenIncludingComments(SourceLocation Start, ---------------- zeyi2 wrote:
Nit: seems that this function is not used in this Patch? Is this intended? https://github.com/llvm/llvm-project/pull/184009 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
