From cc077ad634f14f54f8bb3ac7b6e7c1290f6c701e Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 25 Jun 2013 23:42:37 +0000 Subject: [PATCH] s/C++0x/C++11/ llvm-svn: 184892 --- llvm/lib/IR/DIBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/IR/DIBuilder.cpp b/llvm/lib/IR/DIBuilder.cpp index 8d9edf631f98..0dc0ed1720b5 100644 --- a/llvm/lib/IR/DIBuilder.cpp +++ b/llvm/lib/IR/DIBuilder.cpp @@ -208,7 +208,7 @@ DIEnumerator DIBuilder::createEnumerator(StringRef Name, int64_t Val) { return DIEnumerator(MDNode::get(VMContext, Elts)); } -/// createNullPtrType - Create C++0x nullptr type. +/// createNullPtrType - Create C++11 nullptr type. DIBasicType DIBuilder::createNullPtrType(StringRef Name) { assert(!Name.empty() && "Unable to create type without name"); // nullptr is encoded in DIBasicType format. Line number, filename,