index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaObjC
/
property-9.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Objective-C Sema] Use canonical type of properties when comparing
Fariborz Jahanian
2015-04-08
1
-0
/
+15
*
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-04-06
1
-1
/
+1
*
Fix parsing of type-specifier-seq's. Types are syntactically allowed to be
Richard Smith
2012-03-12
1
-2
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-2
/
+2
*
Use Sema::RequireCompleteType to check for the completeness of
Douglas Gregor
2011-11-14
1
-2
/
+2
*
Improve diagnostics when property being looked up
Fariborz Jahanian
2010-12-16
1
-0
/
+11
*
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-04-08
1
-2
/
+2
*
Do not diagnose method disguised as property setter
Fariborz Jahanian
2010-01-06
1
-0
/
+12
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Change tests to use clang -cc1...
Fariborz Jahanian
2009-12-14
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2009-01-12
1
-2
/
+2
*
make the 'to match this' diagnostic a note.
Chris Lattner
2008-11-23
1
-4
/
+6
*
Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on...
Steve Naroff
2008-10-20
1
-0
/
+20
*
More property attribute recovery improvements. Instead of this:
Chris Lattner
2008-10-20
1
-0
/
+6
*
add testcase for the recovery improvements in my last patch.
Chris Lattner
2008-10-20
1
-0
/
+8
*
fix a crash on unnamed properties like:
Chris Lattner
2008-10-20
1
-0
/
+12
*
Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not...
Steve Naroff
2008-10-16
1
-0
/
+38