[clang-tools-extra] [clangd] Extract Function: add hoisting support (PR #75533)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 14 13:40:26 PST 2023


================
@@ -367,14 +374,17 @@ struct NewFunction {
   bool Static = false;
   ConstexprSpecKind Constexpr = ConstexprSpecKind::Unspecified;
   bool Const = false;
+  const HoistSet &ToHoist;
----------------
5chmidti wrote:

The `const&` `HoistSet` I mentioned

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


More information about the cfe-commits mailing list