aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/compare.c
AgeCommit message (Expand)Author
2009-11-06compare.c also needs a target triple now, and improve some comments while we'reJohn McCall
2009-11-06Improve the -Wsign-compare heuristics:John McCall
2009-11-06Turn off -Wsign-compare warnings by defaultDouglas Gregor
2009-11-05Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall
2009-11-05Implement -Wsign-compare, or at least the actual comparison part of it.John McCall
2009-08-27Remove unnecessary include.Eli Friedman
2009-08-23Catch a few more cases of illegal comparisons.Eli Friedman
2009-08-23Eli points out that we really must diagnose "void* > 0" as an extension. Chris Lattner
2009-08-22tweak some pointer sema checking stuff (which was added to implement PR4175) to Chris Lattner
2009-07-06Fix a problem with false diagnostics when comparing distinct NULL pointer typ...Douglas Gregor
2009-06-30Implement PR4175, catching some questionable comparisons. Patch byChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-02-06Be a bit stricter about array type compatibility.Eli Friedman
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-27Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().Steve Naroff
2007-08-26Cases like this:Chris Lattner