[clang] [clang][Interp] Cleaning up `FIXME`s added during `ArrayInitLoopExpr` implementation. (PR #70053)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 25 06:55:31 PST 2024
================
@@ -54,7 +54,7 @@ class ByteCodeExprGen : public ConstStmtVisitor<ByteCodeExprGen<Emitter>, bool>,
public:
/// Initializes the compiler and the backend emitter.
template <typename... Tys>
- ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args)
+ ByteCodeExprGen(Context &Ctx, Program &P, Tys &&...Args)
----------------
tbaederr wrote:
Yeah but clang-format shouldn't touch those lines since you didn't touch them either.
https://github.com/llvm/llvm-project/pull/70053
More information about the cfe-commits
mailing list