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

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 07:11:32 PDT 2023


cor3ntin added inline comments.


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


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