mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
s/C++0x/C++11/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -208,7 +208,7 @@ DIEnumerator DIBuilder::createEnumerator(StringRef Name, int64_t Val) {
|
|||||||
return DIEnumerator(MDNode::get(VMContext, Elts));
|
return DIEnumerator(MDNode::get(VMContext, Elts));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// createNullPtrType - Create C++0x nullptr type.
|
/// createNullPtrType - Create C++11 nullptr type.
|
||||||
DIBasicType DIBuilder::createNullPtrType(StringRef Name) {
|
DIBasicType DIBuilder::createNullPtrType(StringRef Name) {
|
||||||
assert(!Name.empty() && "Unable to create type without name");
|
assert(!Name.empty() && "Unable to create type without name");
|
||||||
// nullptr is encoded in DIBasicType format. Line number, filename,
|
// nullptr is encoded in DIBasicType format. Line number, filename,
|
||||||
|
Reference in New Issue
Block a user