mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Trailing whitespace trimming
This commit is contained in:
parent
06425735d9
commit
7f328385db
88 changed files with 9577 additions and 9850 deletions
|
@ -24,13 +24,13 @@ enum BfConstResolveFlags
|
|||
class BfConstResolver : public BfExprEvaluator
|
||||
{
|
||||
public:
|
||||
bool mIsInvalidConstExpr;
|
||||
bool mIsInvalidConstExpr;
|
||||
|
||||
public:
|
||||
virtual bool CheckAllowValue(const BfTypedValue& typedValue, BfAstNode* refNode) override;
|
||||
|
||||
public:
|
||||
BfConstResolver(BfModule* bfModule);
|
||||
BfConstResolver(BfModule* bfModule);
|
||||
|
||||
BfTypedValue Resolve(BfExpression* expr, BfType* wantType = NULL, BfConstResolveFlags flags = BfConstResolveFlag_None);
|
||||
bool PrepareMethodArguments(BfAstNode* targetSrc, BfMethodMatcher* methodMatcher, Array<BfIRValue>& llvmArgs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue