mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
a zero-argument createNullPtrType function for creating the canonical nullptr type. Differential Revision: http://llvm-reviews.chandlerc.com/D1050 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -115,8 +115,11 @@ namespace llvm {
|
||||
/// createEnumerator - Create a single enumerator value.
|
||||
DIEnumerator createEnumerator(StringRef Name, int64_t Val);
|
||||
|
||||
/// createNullPtrType - Create C++0x nullptr type.
|
||||
DIBasicType createNullPtrType(StringRef Name);
|
||||
/// \brief Create a DWARF unspecified type.
|
||||
DIBasicType createUnspecifiedType(StringRef Name);
|
||||
|
||||
/// \brief Create C++11 nullptr type.
|
||||
DIBasicType createNullPtrType();
|
||||
|
||||
/// createBasicType - Create debugging information entry for a basic
|
||||
/// type.
|
||||
|
Reference in New Issue
Block a user