aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/DIBuilder.cpp
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
commita7e4d19dac9f9fbe9fa83ccb49a622e80a079b6a (patch)
treec1fb719c621e0ddd1e56e34b0bb89569e9982f2e /lib/IR/DIBuilder.cpp
parentb0f8341b3449623db80f1ac375e2dcfe4b1796e4 (diff)
downloadexternal_llvm-a7e4d19dac9f9fbe9fa83ccb49a622e80a079b6a.zip
external_llvm-a7e4d19dac9f9fbe9fa83ccb49a622e80a079b6a.tar.gz
external_llvm-a7e4d19dac9f9fbe9fa83ccb49a622e80a079b6a.tar.bz2
s/C++0x/C++11/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184892 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/DIBuilder.cpp')
-rw-r--r--lib/IR/DIBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/DIBuilder.cpp b/lib/IR/DIBuilder.cpp
index 8d9edf6..0dc0ed1 100644
--- a/lib/IR/DIBuilder.cpp
+++ b/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,