Changes in src/ResolvExpr/Resolver.cc [ca9d65e:2345ab3]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
rca9d65e r2345ab3 9 9 // Author : Aaron B. Moss 10 10 // Created On : Sun May 17 12:17:01 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Dec 14 18:44:43 202313 // Update Count : 2 5111 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Apr 20 10:41:00 2022 13 // Update Count : 248 14 14 // 15 15 … … 632 632 maybe_accept( mutDecl->init.get(), res ); 633 633 if ( !res.core.result ) { 634 SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object.\n" 635 "If this is really what you want, initialize with @=." ); 634 SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object. If this is really what you want, then initialize with @=.\n" ); 636 635 } 637 636 } … … 959 958 ++n_mutex_param; 960 959 961 // Check if the argument matches the parameter type in the current scope. 960 // Check if the argument matches the parameter type in the current 961 // scope 962 962 // ast::ptr< ast::Type > paramType = (*param)->get_type(); 963 964 963 if ( 965 964 ! unify(
Note:
See TracChangeset
for help on using the changeset viewer.