Loading clang/lib/AST/Interp/Interp.h +1 −1 Original line number Diff line number Diff line Loading @@ -522,7 +522,7 @@ enum class IncDecOp { template <typename T, IncDecOp Op, PushVal DoPush> bool IncDecHelper(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { T Value = Ptr.deref<T>(); const T &Value = Ptr.deref<T>(); T Result; if constexpr (DoPush == PushVal::Yes) Loading Loading
clang/lib/AST/Interp/Interp.h +1 −1 Original line number Diff line number Diff line Loading @@ -522,7 +522,7 @@ enum class IncDecOp { template <typename T, IncDecOp Op, PushVal DoPush> bool IncDecHelper(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { T Value = Ptr.deref<T>(); const T &Value = Ptr.deref<T>(); T Result; if constexpr (DoPush == PushVal::Yes) Loading