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
*
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
*
Sema support for format and noreturn attributes on Objective-C methods.
Daniel Dunbar
2008-09-26
1
-2
/
+3
*
Implement type checking of Objective-C property attributes.
Daniel Dunbar
2008-09-23
1
-9
/
+76
*
Prevent invalid warnings about incomplete implementations for methods
Daniel Dunbar
2008-09-04
1
-12
/
+22
*
Add synthesized property methods to protocols and categories in Sema.
Daniel Dunbar
2008-08-27
1
-12
/
+25
*
Move implicit Obj-C param creation into ObjCMethodDecl.
Daniel Dunbar
2008-08-26
1
-19
/
+3
*
Rename ObjCPropertyImplDecl::PropertyImplKind (consistency)
Daniel Dunbar
2008-08-26
1
-3
/
+3
*
Fix attributes on Obj-C interfaces & methods.
Daniel Dunbar
2008-08-20
1
-2
/
+9
*
Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid ...
Steve Naroff
2008-08-13
1
-1
/
+2
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+0
*
Minor #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+2
*
remove two uses of getCanonicalType I missed.
Chris Lattner
2008-07-27
1
-1
/
+2
*
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-26
1
-2
/
+2
*
remove a helper method.
Chris Lattner
2008-07-26
1
-2
/
+4
*
Pull protocol resolution of out ActOnStartClassInterface, this is also the
Chris Lattner
2008-07-26
1
-18
/
+3
*
refactor protocol resolution out of ActOnStartCategoryInterface
Chris Lattner
2008-07-26
1
-18
/
+3
*
pull protocol resolution out into ActOnStartProtocolInterface.
Chris Lattner
2008-07-26
1
-21
/
+9
*
simplify some code.
Chris Lattner
2008-07-26
1
-7
/
+15
*
remove duplicate error message.
Chris Lattner
2008-07-26
1
-6
/
+6
*
Move fix in r54013 from the parser to sema.
Steve Naroff
2008-07-25
1
-2
/
+5
*
minor cleanup to the actions interface to pass around SmallVectorImpl instead
Chris Lattner
2008-07-21
1
-41
/
+42
*
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
Chris Lattner
2008-07-21
1
-15
/
+14
*
add forward definition protocols to the protocol list for a class.
Chris Lattner
2008-07-21
1
-13
/
+16
*
references to completely undeclared protocols should be errors.
Chris Lattner
2008-07-21
1
-10
/
+16
*
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-07-21
1
-3
/
+5
*
rename setReferencedProtocolList -> addReferencedProtocols to
Chris Lattner
2008-07-21
1
-1
/
+1
*
Change 'MDecl' to 'MD' to fix redefinition compiler error in MSVC++.
Argyrios Kyrtzidis
2008-07-21
1
-3
/
+3
*
Switch initialization of the protocol list for an interface decl to use
Chris Lattner
2008-07-21
1
-20
/
+19
*
Fix warnings
Seo Sanghyeon
2008-07-05
1
-1
/
+2
*
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-28
1
-5
/
+3
*
The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl inst...
Argyrios Kyrtzidis
2008-06-25
1
-1
/
+1
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-4
/
+4
*
Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...
Steve Naroff
2008-06-05
1
-3
/
+12
*
Fixed a recent test regression from last night (r51976).
Steve Naroff
2008-06-05
1
-4
/
+4
*
Fix <rdar://problem/5986833> clang on xcode: incompatible type returning 'voi...
Steve Naroff
2008-06-05
1
-2
/
+4
*
Fix trivial crasher and downgrade an error to warning (to match GCC).
Steve Naroff
2008-06-05
1
-2
/
+2
*
Make sure the source location for @property points the the @-sign (not the de...
Steve Naroff
2008-05-22
1
-0
/
+4
*
Synthesized getter/setter method declarations need not have
Fariborz Jahanian
2008-05-07
1
-1
/
+2
*
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-07
1
-8
/
+13
*
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-06
1
-2
/
+4
[next]