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
/
SemaObjC
/
method-conflict.m
Age
Commit message (
Expand
)
Author
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2010-10-28
Implement the newest status quo for method override checking. The idea now
John McCall
2010-10-05
Method declaration and its implementation must match in all their types.
Fariborz Jahanian
2010-05-21
Clang missing warning about conflicting declaration vs. definition
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Change tests to use clang -cc1...
Fariborz Jahanian
2009-07-22
Prep for new warning.
Mike Stump
2009-05-14
Don't warn if result/argument type of an implemented
Fariborz Jahanian
2009-04-12
Fix rdar://6771034: don't warn on use of forward declared protocol in protocol
Chris Lattner
2009-04-11
improve the 'conflicting types' diagnostics to include correct location info,...
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-10
The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...
Steve Naroff
2008-12-10
Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...
Steve Naroff