[clang] [clang-tools-extra] Remove clang-pseudo (PR #109154)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 18 09:08:33 PDT 2024


================
@@ -181,16 +181,16 @@ llvm::Expected<std::vector<FoldingRange>> getFoldingRanges(ParsedAST &AST) {
 // Related issue: https://github.com/clangd/clangd/issues/310
 llvm::Expected<std::vector<FoldingRange>>
 getFoldingRanges(const std::string &Code, bool LineFoldingOnly) {
----------------
AaronBallman wrote:

I don't have strong opinions one way or the other, but I figure the current approach retains the previous functionality and so is probably a reasonable way forward.

https://github.com/llvm/llvm-project/pull/109154


More information about the cfe-commits mailing list