[all-commits] [llvm/llvm-project] a72d8d: Update lambda mangling test to C++17
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Nov 17 16:24:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a72d8d704178118b254d9ff84a78afb18813b888
https://github.com/llvm/llvm-project/commit/a72d8d704178118b254d9ff84a78afb18813b888
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M clang/test/CodeGenCXX/mangle-lambdas.cpp
Log Message:
-----------
Update lambda mangling test to C++17
add some side effects so some (I guess guaranteed?) constant folding
doesn't happen, keeping the test testing the things it was testing..
The test passes with 14, 17, and 20 - so let's just leave the version
off so it might be able to be updated/used in C++20 when the default
changes to C++20 in the future.
More information about the All-commits
mailing list