[PATCH] D154492: [Clang] Fix handling of using declarations in for loop init statements.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 07:03:28 PDT 2023


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

LGTM!



================
Comment at: clang/test/SemaCXX/cxx23-init-statement.cpp:1
+// RUN: %clang_cc1 -fsyntax-only -verify=expected -std=c++23 -Wall %s
+
----------------
This should suffice, yes?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154492



More information about the cfe-commits mailing list