mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Better handling of undef const expressions
This commit is contained in:
parent
071dfa8e09
commit
1a93660416
4 changed files with 42 additions and 1 deletions
|
@ -2511,6 +2511,9 @@ public:
|
|||
|
||||
virtual bool IsConstExprValue() override { return true; }
|
||||
virtual BfType* GetUnderlyingType() override { return mType; }
|
||||
|
||||
virtual bool IsUnspecializedType() { return mValue.mTypeCode == BfTypeCode_Let; }
|
||||
virtual bool IsUnspecializedTypeVariation() { return mValue.mTypeCode == BfTypeCode_Let; }
|
||||
};
|
||||
|
||||
/*class BfCustomAttributeArgument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue