Commit Graph

4 Commits

Author SHA1 Message Date
William S Fulton 705d5b875a Warning 302 rewording update for %extend 2023-07-28 07:51:32 +01:00
William S Fulton 52ede59cdf Reword and simplify warnings 302 and 322
The declaration is not displayed in the warning if it is the same as the
identifier.
2023-07-28 07:16:49 +01:00
William S Fulton 856d6f25e9 Redefinition/redeclaration warning message improvements
Add more information to these warning messages, including the
declaration for easier identification of the conflicting symbols.
Provides more consistent identifier names for constructors and methods.
Previously constructors did not display the template parameters, whereas
methods did. Incorrect 'renamed from' was also been shown for templated
methods (mmm in new testcase cpp_template_redefine.i).
2023-07-25 21:39:52 +01:00
William S Fulton 3055a21505 Errors test-suite overhaul
Use makefiles instead of a make.sh script
Expected results are in individual .stderr files instead of the expected.log file
Add errors test-suite to Travis testing and 'make check'
2014-01-19 00:12:12 +00:00