Changes in src/Common/SemanticError.hpp [6b33e89:5786403]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.hpp
r6b33e89 r5786403 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 1 11:11:33 202513 // Update Count : 7 912 // Last Modified On : Sun Dec 15 21:04:32 2024 13 // Update Count : 77 14 14 // 15 15 … … 65 65 {"gcc-attributes" , Severity::Warn, "invalid attribute: %s." }, 66 66 {"c++-like-copy" , Severity::Warn, "Constructor from reference is not a valid copy constructor." }, 67 {"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters , trait name(T,U), now specified using forall clause, forall(T,U) trait name." },67 {"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters are now specified using the forall clause." }, 68 68 }; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.