[PATCH] D122768: [Clang][C++20] Support capturing structured bindings in lambdas
    Corentin Jabot via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jul 13 08:49:11 PDT 2022
    
    
  
cor3ntin added a subscriber: erichkeane.
cor3ntin added inline comments.
================
Comment at: clang/test/CodeGenCXX/cxx20-decomposition.cpp:1
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s
+
----------------
@erichkeane This is my first time writing a code gen test, and I'm not exactly sure what I'm doing. Mind taking a look?
Thanks!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122768/new/
https://reviews.llvm.org/D122768
    
    
More information about the cfe-commits
mailing list