reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | REQUIRES: system-windows, lld RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VBases.cpp RUN: %lldb -b -s %S/Inputs/VBases.script -- %t.exe | FileCheck %s CHECK: { CHECK: A = (a = '\x01') CHECK: B = (b = 2) CHECK: c = 3 CHECK: } CHECK: { CHECK: A = (a = '\x01') CHECK: B = (b = 2) CHECK: c = 3 CHECK: } |