summaryrefslogtreecommitdiffstats
path: root/bin/check-implicit-pointer-usage.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
| | | | | | generated by gcc-4.3. Thanks to aballier for reporting with sample log. svn path=/main/trunk/; revision=10753
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
| | | | svn path=/main/trunk/; revision=5804
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
| | | | svn path=/main/trunk/; revision=5796
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-0/+53
svn path=/main/trunk/; revision=5449