[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / gmodules-preferred-name-typedef.cpp
blob1d2bbd75fe866b4ef05f3df3017610990f6fab30
1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
3 // REQUIRES: asserts
4 // RUN: rm -rf %t
5 // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \
6 // RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-typedef.modulemap \
7 // RUN: -fmodules-cache-path=%t -debug-info-kind=standalone -debugger-tuning=lldb \
8 // RUN: -fmodules -mllvm -debug-only=pchcontainer -x c++ \
9 // RUN: -I %S/Inputs %s &> %t.ll
10 // RUN: cat %t.ll | FileCheck %s
12 #include "gmodules-preferred-name-typedef.h"
14 // CHECK: ![[#]] = !DIDerivedType(tag: DW_TAG_typedef, name: "Bar", scope: ![[#]], file: ![[#]], line: [[#]], baseType: ![[PREF_BASE:[0-9]+]])
15 // CHECK: ![[PREF_BASE]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "Foo<char>"