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
/
ivar-sem-check-1.m
Age
Commit message (
Expand
)
Author
2010-03-21
Fix PR6618.
Rafael Espindola
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-12-07
Move RequireCompleteType requirement for fields early into ActOnField so that
Eli Friedman
2009-04-25
Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-23
fix rdar://6611778, a redefinition of an interface was causing an
Chris Lattner
2009-01-19
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2009-01-08
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-23
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-07-26
move all objc sema tests into a new SemaObjC directory. Next step is to
Chris Lattner