[all-commits] [llvm/llvm-project] bce8b3: [clang][Interp] Implement C++ Range-for loops
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Mar 2 00:01:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bce8b3c1830434c10b8a30380db522d7c6a8658d
https://github.com/llvm/llvm-project/commit/bce8b3c1830434c10b8a30380db522d7c6a8658d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/ByteCodeStmtGen.h
M clang/test/AST/Interp/loops.cpp
Log Message:
-----------
[clang][Interp] Implement C++ Range-for loops
Differential Revision: https://reviews.llvm.org/D140803
More information about the All-commits
mailing list