akhuang added inline comments.
================ Comment at: clang/test/CodeGenCXX/debug-info-gline-tables-only-codeview.cpp:30-32 + // CHECK: !DISubprogram(name: "operator()", scope: ![[LAMBDA:[0-9]+]] + // CHECK: ![[LAMBDA]] = !DICompositeType(tag: DW_TAG_class_type, + // CHECK-SAME: flags: DIFlagFwdDecl ---------------- dblaikie wrote: > This test doesn't seem related to the code change. Perhaps it's meant to test > the "type:" parameter of the DISubprogram (like the type parameter of the > DISubprogram for "m" is tested). ah, yeah, it's not. I originally had a change for lambdas but took it out. I think I'll remove this part of the test for now. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95001/new/ https://reviews.llvm.org/D95001 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits