[all-commits] [llvm/llvm-project] 09e8ef: Diagnose use of VLAs in a coroutine (#70341)
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Oct 26 08:59:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09e8ef975d9970560b893f79ec283f69ea8db953
https://github.com/llvm/llvm-project/commit/09e8ef975d9970560b893f79ec283f69ea8db953
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/ScopeInfo.h
M clang/lib/Sema/SemaCoroutine.cpp
M clang/lib/Sema/SemaType.cpp
A clang/test/SemaCXX/coroutine-vla.cpp
Log Message:
-----------
Diagnose use of VLAs in a coroutine (#70341)
Fixes https://github.com/llvm/llvm-project/issues/65858
More information about the All-commits
mailing list