summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors
Commit message (Expand)AuthorAgeFilesLines
* Fix seg fault with extra ) brackets and >>William S Fulton2014-04-082-0/+10
* Fix segfault when there are too many closing round brackets in parsed codeWilliam S Fulton2014-04-052-0/+7
* Fix errors test-suite on Mac OSXWilliam S Fulton2014-03-161-1/+2
* Portability fixes for errors test-suiteWilliam S Fulton2014-03-151-5/+7
* Fix missing fragment name in warning message about missing fragmentWilliam S Fulton2014-02-222-0/+5
* Errors tests more visibly show failures as the output of diffWilliam S Fulton2014-02-161-2/+2
* error order foxedVladimir Kalinin2014-02-051-1/+1
* WARN_PARSE_UNNAMED_NESTED_CLASS check fixedVladimir Kalinin2014-02-031-0/+1
* Errors test-suite overhaulWilliam S Fulton2014-01-1986-514/+272
* Update errors expected resultsWilliam S Fulton2014-01-161-0/+1
* Error test-suite updated for nested changesWilliam S Fulton2013-12-194-18/+23
* Fix C code where a typedef name was used for constructor and destructor names...William S Fulton2013-02-182-0/+31
* Restrict the name used in %extend to be just the struct/class name and not a ...William S Fulton2013-02-183-0/+40
* Fix garbage line number and empty file name reporting for some '}' or ')' err...William S Fulton2012-12-163-1/+19
* Add new warning if an empty template declaration is used on a base class, min...William S Fulton2012-09-142-0/+12
* Fix seg fault attempting to warn about illegal destructors - introduced in re...William S Fulton2012-05-281-13/+13
* Expand special variables in typemap warnings - rework implementationWilliam S Fulton2011-11-032-3/+5
* Expand special variables in typemap warningsWilliam S Fulton2011-11-033-0/+15
* Add warnings for badly named destructors. Fix %extend and destructors for tem...William S Fulton2011-09-133-0/+126
* Fix constructors in named typedef class declarationsWilliam S Fulton2011-08-253-0/+17
* Fix partial overloading warning messages appearingWilliam S Fulton2011-03-113-0/+26
* Change preprocessing error for tokens appearing after #else and #end to warni...William S Fulton2011-02-171-9/+9
* Preprocessing now errors out if extra tokens appear after #else and #end. Add...William S Fulton2011-02-164-2/+62
* SF #3127633 Fix infinite loop in recursive typedef resolution.William S Fulton2011-02-053-0/+8
* New warning when the smartptr feature is missing in some classes in an inheri...William S Fulton2011-01-173-2/+38
* Move Swig_locator from scanner.c to cscanner.c. Fix file and line error/warni...William S Fulton2010-09-243-0/+127
* Various inherited class warning/error line number fixesWilliam S Fulton2010-09-183-3/+69
* Fix correct line number reporting in errors/warnings when a macro definition ...William S Fulton2010-09-112-0/+9
* Fix incorrect line number reporting in errors/warnings after parsing macro in...William S Fulton2010-09-103-0/+39
* Update expected error/warning results since last commitWilliam S Fulton2010-09-101-7/+22
* Fix #2149523 - Incorrect line number reporting in errors after parsing macros...William S Fulton2010-09-103-2/+58
* Add test for line number reporting for multiple macro expansionsWilliam S Fulton2010-09-062-0/+11
* Add expected error/warning messages logWilliam S Fulton2010-09-061-0/+241
* Add some more preprocessor testsWilliam S Fulton2010-09-065-1/+51
* Fix line numbering for 'Unterminated call invoking macro' errorWilliam S Fulton2010-09-061-0/+6
* fix SWIG commandMarcelo Matus2004-12-041-1/+1
* The great mergeDave Beazley2002-11-3063-0/+560