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
/
SemaObjCXX
/
references.mm
Age
Commit message (
Expand
)
Author
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2011-04-08
Warn for any kind of initialization if initializer does not
Fariborz Jahanian
2011-03-28
Implements property of reference types. Adding
Fariborz Jahanian
2010-08-07
Add some more tests for reference binding of Objective-C objects
Douglas Gregor
2010-08-07
Allow reference binding of a reference of Objective-C object type to
Douglas Gregor
2010-07-29
When taking the address of a value of Objective-C object type (e.g.,
Douglas Gregor
2009-12-16
Diagnose property of reference type as unsupported
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-11-03
Switch XFAIL format to match LLVM.
Daniel Dunbar
2009-07-28
this test crashes, disable it harder.
Chris Lattner
2009-06-05
Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes.
Daniel Dunbar