[clang] [clang-tools-extra] Remove clang-pseudo (PR #109154)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 19 03:54:27 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) {
----------------
hokein wrote:
I think we should keep it in this patch to avoid changing the current behavior of clangd.
https://github.com/llvm/llvm-project/pull/109154
More information about the cfe-commits
mailing list