================
@@ -10559,6 +10570,36 @@ CharUnits GetAlignOfExpr(const ASTContext &Ctx, const 
Expr *E,
   return GetAlignOfType(Ctx, E->getType(), ExprKind);
 }
 
+std::pair<const Expr *, const NamedDecl *>
+GetCXXForRangeRange(const VarDecl *ImplicitVar) {
+  const Expr *Range = ImplicitVar->getInit();
----------------
akash-manna-sky wrote:

removed — along with the `ExprConstShared.h` change.

https://github.com/llvm/llvm-project/pull/218145
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to