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
/
lib
/
Sema
/
SemaDeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add storage layout to ObjC classes.
Fariborz Jahanian
2008-12-13
1
-0
/
+1
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-1
/
+1
*
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
1
-1
/
+1
*
Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr...
Steve Naroff
2008-12-09
1
-2
/
+7
*
Changed 'readonly' 'retain/copy' diagnostics into
Fariborz Jahanian
2008-12-08
1
-2
/
+3
*
Since we do not allow a readonly property to be 'copy'retain', we
Fariborz Jahanian
2008-12-08
1
-5
/
+1
*
Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel...
Douglas Gregor
2008-12-08
1
-2
/
+2
*
Setters returning a typedef of 'void' should not cause error.
Fariborz Jahanian
2008-12-06
1
-1
/
+2
*
Use of properties declared in protocols in the category
Fariborz Jahanian
2008-12-06
1
-6
/
+56
*
Improve error reporting of property and setter/getter
Fariborz Jahanian
2008-12-06
1
-2
/
+6
*
Check for correct'void' return type for setter methods.
Fariborz Jahanian
2008-12-06
1
-1
/
+1
*
Changed a 'FIXME' into new comment. Added a test case
Fariborz Jahanian
2008-12-06
1
-1
/
+3
*
Patch to diagnose a variety of misuse of property
Fariborz Jahanian
2008-12-06
1
-4
/
+14
*
This test checks for duplicate implementation of the same
Fariborz Jahanian
2008-12-05
1
-2
/
+33
*
(instance/class) Method type checking between class and its implementation.
Fariborz Jahanian
2008-12-05
1
-23
/
+50
*
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
1
-0
/
+14
*
Patch for diagnosing type mismatch between
Fariborz Jahanian
2008-12-05
1
-0
/
+28
*
Output better diagnostics for continuation class
Fariborz Jahanian
2008-12-04
1
-1
/
+1
*
More type-checking of setter/getter methods. This is still
Fariborz Jahanian
2008-12-02
1
-3
/
+39
*
This patch corrects problem in searching for a setter/getter method for
Fariborz Jahanian
2008-12-02
1
-3
/
+3
*
Removed a FIXME. Added a test case for anonymous category.
Fariborz Jahanian
2008-11-26
1
-4
/
+4
*
Set default property attributes on each property.
Fariborz Jahanian
2008-11-26
1
-5
/
+74
*
Patch to remove bogus waring when a property declaration
Fariborz Jahanian
2008-11-24
1
-1
/
+1
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-4
/
+4
*
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
1
-12
/
+11
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-6
/
+5
*
convert some more warnings to NOTEs.
Chris Lattner
2008-11-23
1
-2
/
+2
*
remove warn_previous_declaration
Chris Lattner
2008-11-23
1
-7
/
+4
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-15
/
+15
*
make some objc redefinition warnings more consistent: call definitions
Chris Lattner
2008-11-23
1
-0
/
+3
*
Tweak duplicate category diagnostic to work like the duplicate protocol diagn...
Chris Lattner
2008-11-23
1
-0
/
+1
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-9
/
+8
*
remove another old Diag method.
Chris Lattner
2008-11-20
1
-25
/
+25
*
remove another old-school Diag method.
Chris Lattner
2008-11-20
1
-2
/
+2
*
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-19
1
-40
/
+33
*
remove one more old-style Diag method.
Chris Lattner
2008-11-19
1
-4
/
+4
*
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-19
1
-33
/
+33
*
start converting Sema over to using its canonical Diag method.
Chris Lattner
2008-11-18
1
-18
/
+12
*
Fix <rdar://problem/6329769> [sema] crash on duplication definition of interf...
Steve Naroff
2008-11-18
1
-3
/
+6
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-2
/
+3
*
Make it an error if an Objective-C declaration is not in the global scope.
Anders Carlsson
2008-11-04
1
-5
/
+39
*
Fix typo.
Steve Naroff
2008-10-21
1
-1
/
+1
*
Fix <rdar://problem/6261178> clang-on-xcode: [sema] multiple method warning i...
Steve Naroff
2008-10-21
1
-9
/
+37
*
Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not...
Steve Naroff
2008-10-16
1
-3
/
+1
*
Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scop...
Steve Naroff
2008-09-30
1
-0
/
+15
*
Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatche...
Steve Naroff
2008-09-30
1
-6
/
+11
*
Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties.
Steve Naroff
2008-09-30
1
-4
/
+4
*
Fix <rdar://problem/6253149> property declaration doesn't declare getter and ...
Steve Naroff
2008-09-29
1
-0
/
+21
*
Fix <rdar://problem/6252129> implementation of method in category doesn't eff...
Steve Naroff
2008-09-28
1
-0
/
+1
*
Parser support for prefix __attribute__ on @protocol.
Daniel Dunbar
2008-09-26
1
-1
/
+3
[next]