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
/
knr-def-call.c
Age
Commit message (
Expand
)
Author
2012-05-15
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2011-10-14
Only warn in -Wliteral-conversion if the conversion loses information
Matt Beaumont-Gay
2011-04-10
Enhance the diagnostic for literal float -> int conversions to suggest
Chandler Carruth
2011-02-17
Implement a sub-group of -Wconversion: -Wliteral-conversion. This
Chandler Carruth
2010-10-25
Look through the address-of operator to find the function being
Douglas Gregor
2010-10-25
When we're calling a function that we know based on its K&R-style
Douglas Gregor
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-07-29
Allow a looser form of compatibility checking (which ignores
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-04-02
When calling a function without a prototype for which we have a
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-06
Implement GNU C semantics for K&R function definitions that follow a
Douglas Gregor
2009-02-25
C99 DR #316 implies that the function parameter types that are known
Douglas Gregor