forked from OSchip/llvm-project
comma at end of enumerator list llvm-svn: 147633
This commit is contained in:
parent
a0fbaeebe6
commit
e7526b7daf
|
@ -38,7 +38,7 @@ public:
|
|||
Blocks = (1 << 11),
|
||||
GlobalVariables = (1 << 12),
|
||||
LocalVariables = (1 << 13),
|
||||
VariableTypes = (1 << 14),
|
||||
VariableTypes = (1 << 14)
|
||||
};
|
||||
|
||||
static SymbolFile *
|
||||
|
|
|
@ -103,7 +103,7 @@ struct DWARFMappedHash
|
|||
|
||||
// Always set for C++, only set for ObjC if this is the
|
||||
// @implementation for class
|
||||
eTypeFlagClassIsImplementation = ( 1u << 1 ),
|
||||
eTypeFlagClassIsImplementation = ( 1u << 1 )
|
||||
};
|
||||
|
||||
struct Atom
|
||||
|
|
|
@ -110,7 +110,7 @@ public:
|
|||
allocate_memory, // '_M'
|
||||
deallocate_memory, // '_m'
|
||||
|
||||
unknown_type,
|
||||
unknown_type
|
||||
} PacketEnum;
|
||||
|
||||
typedef rnb_err_t (RNBRemote::*HandlePacketCallback)(const char *p);
|
||||
|
|
Loading…
Reference in New Issue