aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgcc
AgeCommit message (Expand)AuthorFilesLines
2007-08-31cgcc: Sparse accepts -Wundef, not -Wundefined-preprocessorJosh Triplett1-1/+1
2007-08-31cgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-spaceJosh Triplett1-1/+1
2007-08-22Make cgcc filter out all sparse warning related optionsYura Pakhuchiy1-1/+1
2007-06-27cgcc: preserve sparse exit code if -no-compile is usedPavel Roskin1-2/+5
2007-05-23Fix old typo: s/wierd/weird/Josh Triplett1-2/+2
2007-05-23Sparse always defines __STDC__ 1, so cgcc does not need to do soJosh Triplett1-3/+2
2007-05-23Add cygwin support to cgccRamsay Jones1-0/+10
2007-05-22Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...Josh Triplett1-1/+1
2007-05-22Add -Wno-old-initializer to turn off warnings about non-C99 struct initializersJosh Triplett1-1/+1
2007-05-01Implement x86-64 support in cgcc.Alberto Bertogli1-0/+9
2007-05-01Teach cgcc about -ventry and -vdeadJosh Triplett1-0/+1
2007-05-01Teach cgcc about all currently existing sparse warning optionsJosh Triplett1-1/+1
2007-05-01Make cgcc not pass -Wall to sparse even if passing it to ccJosh Triplett1-1/+14
2007-04-20Teach cgcc about -Wtransparent-union and -Wno-transparent-unionJosh Triplett1-1/+1
2005-08-15Make 'cgcc' work at least half-way betterLinus Torvalds1-1/+1
2005-04-07check.c:welinder@troll.com1-0/+3
2005-04-07Reorganize integer and floating point defines into specs.welinder@troll.com1-23/+25
2005-04-07lib.c:welinder@troll.com1-4/+26
2005-04-07Add -no-compilewelinder@troll.com1-20/+33
2005-04-07Handle predefines for integer types, floating point types,welinder@troll.com1-1/+146
2005-04-07Teach cgcc about -Wbitwise and -Wtypesign.welinder@troll.com1-1/+1
2005-04-07Teach cgcc about flags that are for sparse only.welinder@troll.com1-10/+31
2005-04-07Wrapper to run check and gcc in series.welinder@troll.com1-0/+22