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
/
Parser
/
objc-forcollection-neg-2.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
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-02-09
Fix scoping of method declarations and issue
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Make tests use the new clang cc1 flag.
Fariborz Jahanian
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-27
upgrade various 'implicit int' warnings from an ext-warn to warning when not
Chris Lattner
2009-02-13
Fix capitalization in a diagnostic
Douglas Gregor
2008-11-24
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-02-01
make some diagnostics more terse, update testcases.
Chris Lattner
2008-01-07
Limit type of foreach's element and collection to be a pointer to
Fariborz Jahanian
2008-01-07
Issue diagnostics if more than one declaration in objectove-c's foreach-stmt ...
Fariborz Jahanian