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
/
overloadable.c
Age
Commit message (
Expand
)
Author
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2010-08-06
Make sure that we diagnose attribute((overloadable)) functions without
Douglas Gregor
2010-03-12
Check compatibility of vector types using their canonicalizations.
John McCall
2010-01-08
Change the printing of OR_Deleted overload results to print all the candidates,
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-18
Downgrade complaints about calling unavailable functions to a warning
Douglas Gregor
2009-02-18
Allow "overloadable" functions in C to be declared as variadic without
Douglas Gregor
2009-02-18
Don't allow calls to functions marked "unavailable". There's more work
Douglas Gregor
2009-02-17
Proof that attribute __overloadable__ works as well as overloadable
Douglas Gregor
2009-02-13
Tighten checking of the "overloadable" attribute. If any function by a
Douglas Gregor
2009-02-12
Add missing test for the "overloadable" attribute
Douglas Gregor