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