A python script to validate compiler diagnostic messages. It can be
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 6 Jan 2004 07:14:55 +0000 (07:14 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 6 Jan 2004 07:14:55 +0000 (07:14 +0000)
commitb6b587198da1121c1f1422db782263f5540763a9
tree2274f5be9de11792082a8adbb005f71312127c5c
parentd3116fbcb26b6893466538702b9ad9d5819687a7
A python script to validate compiler diagnostic messages. It can be
used to verify that sdcc complains about bad c source code and
gives a good location of the error.
* support/valdiag/Makefile,
* support/valdiag/valdiag.py,
* support/valdiag/tests/*

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3086 4a8a32a2-be11-0410-ad9d-d568d2c75423
12 files changed:
ChangeLog
support/valdiag/Makefile [new file with mode: 0644]
support/valdiag/tests/cflow.c [new file with mode: 0644]
support/valdiag/tests/const.c [new file with mode: 0644]
support/valdiag/tests/enum.c [new file with mode: 0644]
support/valdiag/tests/funcdec.c [new file with mode: 0644]
support/valdiag/tests/primtypes.c [new file with mode: 0644]
support/valdiag/tests/struct.c [new file with mode: 0644]
support/valdiag/tests/switch.c [new file with mode: 0644]
support/valdiag/tests/tentdecl.c [new file with mode: 0644]
support/valdiag/tests/typedef.c [new file with mode: 0644]
support/valdiag/valdiag.py [new file with mode: 0644]