summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | C++11 ref-qualifier support addedWilliam S Fulton2017-08-192-0/+24
* | | | | | | Test a few %template errorsWilliam S Fulton2017-08-162-0/+12
* | | | | | | %template scope enforcement and class definition fixesWilliam S Fulton2017-08-167-0/+146
* | | | | | | Fix seg fault for global declarations declared erroneously without a nameWilliam S Fulton2017-03-102-0/+8
* | | | | | | Fix seg fault parsing unterminated raw string literalsWilliam S Fulton2017-02-092-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove error test that does warnWilliam S Fulton2017-01-262-13/+0
* | | | | | Suppress incorrect warning when a keyword is used in template classesWilliam S Fulton2016-12-202-0/+90
| |_|_|_|/ |/| | | |
* | | | | Added support for type aliasLior Goldberg2016-06-221-3/+0
* | | | | Add comment about cpp_template_repeat testcaseWilliam S Fulton2016-06-011-1/+1
* | | | | Removing empty errors tests - template typename missingWilliam S Fulton2016-06-012-8/+0
* | | | | Removing empty error tests - this one seems to be valid C preprocessor codeWilliam S Fulton2016-06-012-7/+0
* | | | | Removing empty errors tests - tests that are valid C/C++ codeWilliam S Fulton2016-06-016-25/+0
* | | | | Removing empty error tests - c_default_errorWilliam S Fulton2016-06-012-4/+0
* | | | | Don't issue unnecessary base class ignored messageWilliam S Fulton2016-05-022-0/+22
* | | | | Move subdirectory .gitignore to top levelWilliam S Fulton2016-02-211-4/+0
* | | | | Consistent quoting in MakefileWilliam S Fulton2015-08-211-1/+1
* | | | | More remove SWIG_LIB variableWilliam S Fulton2015-08-211-2/+5
* | | | | Cosmetic corrections - Mac OS XWilliam S Fulton2015-08-021-1/+1
* | | | | Improve python code indentation warning / error messagesdocstring-indentationWilliam S Fulton2015-07-304-2/+10
| |_|_|/ |/| | |
* | | | Improve handling of whitespace in %pythoncodeOlly Betts2015-06-294-0/+22
* | | | Fix warning display of types associated with 'using' and templates.William S Fulton2015-06-092-0/+16