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
*
Keep an explicit stack of function and block scopes, each element of
Douglas Gregor
2010-03-01
1
-5
/
+3
*
Implement jump checking for initialized c++ variables, implementing
Chris Lattner
2010-03-01
1
-0
/
+1
*
More Sema check for ivars in class continuation.
Fariborz Jahanian
2010-02-23
1
-0
/
+28
*
Fix another crash on invalid code. In this case, handle ObjC categories (wit...
Ted Kremenek
2010-02-23
1
-10
/
+19
*
More support for ivars in class extension.
Fariborz Jahanian
2010-02-23
1
-6
/
+2
*
Start supporting declaration of ivars in @implementation
Fariborz Jahanian
2010-02-19
1
-1
/
+20
*
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-19
1
-3
/
+2
*
Use proper lexcial context for newly added ivars.
Fariborz Jahanian
2010-02-17
1
-2
/
+2
*
Allow for declaration and use of ivars in a stand-alone
Fariborz Jahanian
2010-02-17
1
-0
/
+6
*
Class continuation now has its own property ast for
Fariborz Jahanian
2010-02-15
1
-53
/
+87
*
Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocat...
Ted Kremenek
2010-02-11
1
-2
/
+4
*
Finish implementing property synthesis by default.
Fariborz Jahanian
2010-02-09
1
-0
/
+22
*
Implement synthesizing properties by default.
Fariborz Jahanian
2010-02-09
1
-1
/
+48
*
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-21
1
-1
/
+2
*
Settled rule on warning on unimplemented property in
Fariborz Jahanian
2010-01-20
1
-2
/
+28
*
Improve performance of warning when not implementing a required
Fariborz Jahanian
2010-01-20
1
-13
/
+13
*
Patch to implement required warnings for unimplemented
Fariborz Jahanian
2010-01-20
1
-38
/
+71
*
Mostly renaming some methods and updating comments to
Fariborz Jahanian
2010-01-18
1
-27
/
+34
*
Improve location information for Objective-C category declarations. We
Douglas Gregor
2010-01-16
1
-2
/
+3
*
Keep track of the source locations for each protocol reference in
Douglas Gregor
2010-01-16
1
-5
/
+13
*
Change ObjCContainerDecl to contain the entire range for the '@end'
Ted Kremenek
2010-01-07
1
-7
/
+12
*
Whenever we emit a typo-correction diagnostic, also emit a note
Douglas Gregor
2010-01-07
1
-0
/
+4
*
When suggesting a typo correction for an @implementation without a
Douglas Gregor
2010-01-06
1
-1
/
+7
*
Fix a bug when property is redeclared in multiple
Fariborz Jahanian
2010-01-06
1
-0
/
+26
*
Do not diagnose method disguised as property setter
Fariborz Jahanian
2010-01-06
1
-2
/
+5
*
When declaring an Objective-C implementation without a corresponding
Douglas Gregor
2010-01-04
1
-4
/
+18
*
Implement typo correction for a variety of Objective-C-specific
Douglas Gregor
2010-01-03
1
-2
/
+24
*
Diagnose duplicate declaration of a property. Fixes
Fariborz Jahanian
2009-12-17
1
-1
/
+8
*
Diagnose property of reference type as unsupported
Fariborz Jahanian
2009-12-16
1
-0
/
+4
*
Improve the diagnostic when a new declaration conflicts with a using shadow
John McCall
2009-12-10
1
-4
/
+4
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-2
/
+2
*
Don't warn if objc method param types in declaration and
Fariborz Jahanian
2009-11-18
1
-3
/
+4
*
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-18
1
-5
/
+3
*
Pass source locations of identifiers referenced by @class through Action::Act...
Ted Kremenek
2009-11-17
1
-0
/
+1
*
Do not register ObjCInterfaceDecls implicitly created by @class in the
Ted Kremenek
2009-11-17
1
-1
/
+14
*
Start support of weak_import objective-c classes.
Fariborz Jahanian
2009-11-17
1
-0
/
+2
*
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
1
-1
/
+6
*
writable atomic property's setter/getter must be in 'lock' step of
Fariborz Jahanian
2009-11-11
1
-1
/
+38
*
Changed a variable name to match what it represents
Fariborz Jahanian
2009-11-10
1
-3
/
+3
*
Since default writable attribute is 'assign', allow
Fariborz Jahanian
2009-11-06
1
-2
/
+1
*
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-04
1
-0
/
+10
*
Assortment of property attributes declared in continuation
Fariborz Jahanian
2009-11-03
1
-2
/
+9
*
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-11-02
1
-12
/
+6
*
Diagnose implementation of a property declared in a category
Fariborz Jahanian
2009-11-02
1
-0
/
+8
*
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-10-23
1
-16
/
+9
*
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
1
-8
/
+10
*
tweaked my last patch to 1) preserve the protocol in
Fariborz Jahanian
2009-10-05
1
-9
/
+11
*
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-10-05
1
-2
/
+9
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-3
/
+3
*
Make sure ObjCInterfaceDecl's that are forward declared always contain a vali...
Steve Naroff
2009-09-11
1
-1
/
+5
[next]