Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/AST/Interp/InterpBuiltin.cpp | ||
---|---|---|
114 | I was trying to keep the patch small but here it is. |
Comment Actions
LGTM, modulo suggestion
clang/lib/AST/Interp/InterpBuiltin.cpp | ||
---|---|---|
52–58 | Maybe we could have pushSignedInteger(InterpState &S, unsigned bit width, int64_t Val); pushUnsignedInteger(InterpState &S, unsigned bit width, int64_t Val) to simplify pushSizeT and pushInt |
Maybe we could have
to simplify pushSizeT and pushInt