]> git.gag.com Git - fw/sdcc/blobdiff - ChangeLog
A python script to validate compiler diagnostic messages. It can be
[fw/sdcc] / ChangeLog
index 2189e0d349edc5c10c01a94f6f56250148e3d79d..3c48f3ea4dd3fe1e75c9851ad5c357e05e3891bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-06 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       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/*
+
 2004-01-06 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),