This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8a4bbeb9168c: [clang][Interp] Remove args from called
functions in more cases (authored by tbaeder).
Repository:
rG LLVM Github Monorepo
CHANGES
aaron.ballman added inline comments.
Comment at: clang/test/AST/Interp/functions.cpp:262
+namespace CallWithArgs {
+ /// This used to call problems during checkPotentialConstantExpression()
runs.
+ constexpr void g(int a) {}
tbaeder wrote:
> aaron.ballman wrot
tbaeder added a subscriber: MaskRay.
tbaeder added inline comments.
Comment at: clang/test/AST/Interp/functions.cpp:262
+namespace CallWithArgs {
+ /// This used to call problems during checkPotentialConstantExpression()
runs.
+ constexpr void g(int a) {}
aaro
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: clang/test/AST/Interp/functions.cpp:262
+namespace CallWithArgs {
+ /// This used to call problems during checkPotentialConstantExpression()
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When calling functions in the checkingPotentialCo