Front-end: move to rational internal array-of-array interfaces and design. (A-of-A is not yet implemented though.)
This commit is contained in:
parent
dcab977055
commit
e0603a441e
17 changed files with 236 additions and 64 deletions
|
|
@ -129,7 +129,7 @@ public:
|
|||
void arraySizeRequiredCheck(TSourceLoc, int size);
|
||||
void structArrayCheck(TSourceLoc, const TType& structure);
|
||||
void arrayUnsizedCheck(TSourceLoc, const TQualifier&, int size, bool initializer);
|
||||
void arrayDimError(TSourceLoc);
|
||||
void arrayOfArrayVersionCheck(TSourceLoc);
|
||||
void arrayDimCheck(TSourceLoc, TArraySizes* sizes1, TArraySizes* sizes2);
|
||||
void arrayDimCheck(TSourceLoc, const TType*, TArraySizes*);
|
||||
bool voidErrorCheck(TSourceLoc, const TString&, TBasicType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue