[PATCH] D150955: [clang][AST] Propagate the value-dependent bit for VAArgExpr.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 19 08:32:14 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM assuming CI is okay with it -- the patch did not apply so precommit CI never ran. I'm surprised no tests break as a result of this because it changes both C and C++ behavior. The changes should have a release note, too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150955/new/

https://reviews.llvm.org/D150955



More information about the cfe-commits mailing list