diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2013-06-27 22:51:01 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2013-06-27 22:51:01 +0000 |
commit | 5c5e6179a06b5283d3952c16f0deab8a010f23aa (patch) | |
tree | d235c2091a3ebddfa0d395e3de0a726addc4520c /clang/test/CodeGenCXX/debug-info-nullptr.cpp | |
parent | a4a47cb97bc0fdfdec5f2170787e7dd83de08013 (diff) | |
download | bcm5719-llvm-5c5e6179a06b5283d3952c16f0deab8a010f23aa.tar.gz bcm5719-llvm-5c5e6179a06b5283d3952c16f0deab8a010f23aa.zip |
Use the zero-argument DIBuilder::createNullPtrType in Clang.
Differential Revision: http://llvm-reviews.chandlerc.com/D1051
llvm-svn: 185115
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-nullptr.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-nullptr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-nullptr.cpp b/clang/test/CodeGenCXX/debug-info-nullptr.cpp index 42e9741d196..ef9b618fdb3 100644 --- a/clang/test/CodeGenCXX/debug-info-nullptr.cpp +++ b/clang/test/CodeGenCXX/debug-info-nullptr.cpp @@ -4,4 +4,4 @@ void foo() { decltype(nullptr) t = 0; } -// CHECK: [ DW_TAG_unspecified_type ] [nullptr_t] +// CHECK: [ DW_TAG_unspecified_type ] [decltype(nullptr)] |