Changes in src/Parser/DeclarationNode.cc [79aae15:d912bed]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
r79aae15 rd912bed 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jun 9 20:26:55 202013 // Update Count : 113 412 // Last Modified On : Mon Dec 16 15:32:22 2019 13 // Update Count : 1133 14 14 // 15 15 … … 1115 1115 // SUE's cannot have function specifiers, either 1116 1116 // 1117 // inl ine _Noreturn struct S { ... }; // disallowed1118 // inl ine _Noreturn enum E { ... }; // disallowed1117 // inlne _Noreturn struct S { ... }; // disallowed 1118 // inlne _Noreturn enum E { ... }; // disallowed 1119 1119 if ( funcSpecs.any() ) { 1120 1120 SemanticError( this, "invalid function specifier for " );
Note:
See TracChangeset
for help on using the changeset viewer.