commit | f60dca355d3e754b7a51726c7455d1e7583a65ba | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Sep 14 23:14:14 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Sep 14 23:14:14 2011 +0000 |
tree | cc15e61677894cc5f980436e952f636b1a0e7dcd | |
parent | de8a9050d79d66325a18168a0994fed125a7790d [diff] [blame] |
Emit debug info for c++0x nullptr. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139752 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/debug-info-char16.cpp b/test/CodeGenCXX/debug-info-char16.cpp index d5bb432..3459b75 100644 --- a/test/CodeGenCXX/debug-info-char16.cpp +++ b/test/CodeGenCXX/debug-info-char16.cpp
@@ -1,7 +1,8 @@ // RUN: %clang_cc1 -S -std=c++0x -masm-verbose -g %s -o -| FileCheck %s -//CHECK: .byte 16 -//CHECK-NEXT: .ascii "char16_t" +//CHECK: .ascii "char16_t" +//CHECK-NEXT: .byte 0 +//CHECK-NEXT: .byte 16 // 16 is DW_ATE_UTF (0x10) encoding attribute. char16_t char_a = u'h';