summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors
Commit message (Expand)AuthorAgeFilesLines
* Add missing symtab for functions added by using declarationsWilliam S Fulton2022-03-101-1/+1
* Fix incorrect expected output in new testcaseOlly Betts2022-03-061-1/+1
* Improve the change to allow parsing `9%a`Olly Betts2022-03-042-0/+21
* Improve typemap method and attribute checkingOlly Betts2022-03-032-2/+4
* Handle typemap argument without a valueOlly Betts2022-03-022-0/+7
* Fix line/file info for methods added by using declarationsWilliam S Fulton2022-02-262-0/+11
* Add omitted testcase cpp_using_rename.iWilliam S Fulton2022-02-261-0/+22
* Using declarations in inheritance hierarchy improvements.William S Fulton2022-02-261-0/+7
* Mark error messages more consistentOlly Betts2022-02-254-4/+4
* Emit preprocessor expr error for unary + on stringOlly Betts2022-02-242-0/+25
* Don't report "Warning 202: Error: ..."Olly Betts2022-02-243-12/+12
* Add another testcase for #1384Olly Betts2022-02-242-0/+14
* Improve parsing of % followed immediately by identifierOlly Betts2022-02-154-6/+9
* Merge pull request #2197 from swig-fortran/rename-warnOlly Betts2022-02-102-6/+6
|\
| * Reformat name warnings to reduce changesSeth R Johnson2022-02-062-10/+10
| * Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-063-16/+16
* | Remove support for the "command" encoderOlly Betts2022-02-072-0/+7
|/
* Issue error for missing ; after %constantOlly Betts2022-01-272-0/+4
* [doxygen] Fix crash on unclosed HTML tagOlly Betts2022-01-262-0/+7
* Extern template tweaksWilliam S Fulton2022-01-252-0/+28
* Remove support for $source and $targetOlly Betts2021-04-301-2/+2
* The errors testcases use -module to obtain a unique module nameWilliam S Fulton2019-07-3113-14/+19
* Run errors test cases in predictable orderWilliam S Fulton2019-03-031-5/+5
* Warning tweaks for destructors that are final in director classesWilliam S Fulton2019-03-031-1/+1
* Warning fix for final destructor in directorsWilliam S Fulton2019-03-021-0/+1
* Fix regression parsing gcc preprocessor linemarkersWilliam S Fulton2019-02-192-0/+18
* Suppress rename warnings when parameter names are keywordsWilliam S Fulton2019-01-191-2/+0
* Update error messages test suiteVadim Zeitlin2019-01-161-0/+2
* Merge branch 'vadz-doxygen'William S Fulton2018-06-073-1/+20
|\
| * Doxygen warnings cleanupWilliam S Fulton2018-06-051-1/+1
| * Move doxygen warning numbersWilliam S Fulton2018-06-011-1/+1
| * Merge branch 'master' into vadz-doxygenWilliam S Fulton2018-05-172-0/+37
| |\
| * \ Merge branch 'master' into doxygenVadim Zeitlin2018-03-1910-0/+152
| |\ \
| * \ \ Merge branch 'master' into doxygenVadim Zeitlin2017-09-1917-0/+269
| |\ \ \
| * \ \ \ Merge branch 'master' into doxygenVadim Zeitlin2017-02-014-13/+90
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into doxygenVadim Zeitlin2016-12-1222-58/+40
| |\ \ \ \ \
| * \ \ \ \ \ Another merge with master.Vadim Zeitlin2015-07-2013-4/+86
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Another merge with master.Vadim Zeitlin2015-02-1619-10/+48
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge latest master into doxygen branch.Vadim Zeitlin2014-12-152-5/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Give warnings for unknown Doxygen commands in Doxygen parser.Vadim Zeitlin2014-09-033-1/+20
* | | | | | | | | | Misc. typosluz.paz2018-05-171-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Test for invalid C++17 nested namespace aliasesWilliam S Fulton2018-05-142-0/+37
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Don't accept some invalid preprocessor codeWilliam S Fulton2018-01-162-0/+22
* | | | | | | | Improve error message when preprocessor expressions result in a floating poin...William S Fulton2018-01-152-8/+27
* | | | | | | | Fix floating point division by zero in preprocessor expressions.William S Fulton2018-01-152-0/+21
* | | | | | | | Fix seg fault parsing invalid exponentsWilliam S Fulton2018-01-146-0/+25
* | | | | | | | Allow an instantiated template to have the same name as the C++ template nameWilliam S Fulton2017-09-292-0/+65
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add error for constructors, destructors, static methods declared with qualifiersWilliam S Fulton2017-08-302-0/+63
* | | | | | | Add unignore for rvalue ref-qualifiersWilliam S Fulton2017-08-301-1/+7
* | | | | | | Improve ref-qualifier implementationWilliam S Fulton2017-08-302-6/+10