mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Handle zero-sized enums (<= 1 member)
This commit is contained in:
parent
7b69509b7b
commit
14a3dd8e7d
21 changed files with 461 additions and 135 deletions
|
@ -655,10 +655,7 @@ public:
|
|||
return (mName[0] >= '0') && (mName[0] <= '9');
|
||||
}
|
||||
|
||||
bool IsEnumCaseEntry()
|
||||
{
|
||||
return (mFieldDeclaration != NULL) && (BfNodeIsA<BfEnumEntryDeclaration>(mFieldDeclaration));
|
||||
}
|
||||
bool IsEnumCaseEntry();
|
||||
|
||||
bool IsNonConstStatic()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue