summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-06-25 23:42:37 +0000
committerAdrian Prantl <aprantl@apple.com>2013-06-25 23:42:37 +0000
commitcc077ad634f14f54f8bb3ac7b6e7c1290f6c701e (patch)
treecf1f80b6310e33f57a64289cb5d98b1163936e55 /llvm
parente22476a9236b30d418e7f505a9d95b7840a6c59d (diff)
downloadbcm5719-llvm-cc077ad634f14f54f8bb3ac7b6e7c1290f6c701e.tar.gz
bcm5719-llvm-cc077ad634f14f54f8bb3ac7b6e7c1290f6c701e.zip
s/C++0x/C++11/
llvm-svn: 184892
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/IR/DIBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DIBuilder.cpp b/llvm/lib/IR/DIBuilder.cpp
index 8d9edf631f9..0dc0ed1720b 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,
OpenPOWER on IntegriCloud