mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
s/C++0x/C++11/
llvm-svn: 184892
This commit is contained in:
parent
e22476a923
commit
cc077ad634
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user