Changes in src/Common/SemanticError.hpp [5786403:6b33e89]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.hpp
r5786403 r6b33e89 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Dec 15 21:04:32 202413 // Update Count : 7 712 // Last Modified On : Tue Apr 1 11:11:33 2025 13 // Update Count : 79 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 are now specified using the forall clause." },67 {"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters, trait name(T,U), now specified using forall clause, forall(T,U) trait name." }, 68 68 }; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.