[PATCH] D119375: [Clang][Sema] Do not evaluate value-dependent immediate invocations

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 10 06:06:58 PST 2022


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

1 nit, but otherwise I'm happy with this.



================
Comment at: clang/test/SemaCXX/cxx2a-consteval.cpp:616
 
+namespace value_dependent {
+
----------------
A quick comment on this test as to why it has no diagnostics would be nice.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119375



More information about the cfe-commits mailing list