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
*
Do not perform check for missing '[super dealloc]' under ARC as calling -deal...
Ted Kremenek
2011-08-22
1
-1
/
+3
*
objc - minor comment fix up and cleanup.
Fariborz Jahanian
2011-08-22
1
-2
/
+2
*
Warn on missing [super dealloc] calls.
Nico Weber
2011-08-22
1
-3
/
+11
*
Restore patch I reversed in r138040. Known buildbot
Fariborz Jahanian
2011-08-22
1
-9
/
+15
*
Revers r138040. Need to look at a few buildbot failures.
Fariborz Jahanian
2011-08-19
1
-15
/
+9
*
objective-c: Bring objective-c handling of decl context
Fariborz Jahanian
2011-08-19
1
-9
/
+15
*
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-17
1
-1
/
+2
*
objective-c: Using existing infrastructure for finding
Fariborz Jahanian
2011-08-10
1
-266
/
+51
*
objective-c: diagnose protocol inconsistencies in following
Fariborz Jahanian
2011-08-08
1
-1
/
+138
*
Silence the category-replacing-class-method warning for +load: category
David Chisnall
2011-08-08
1
-0
/
+3
*
Revert 136984 and 136927.
Ted Kremenek
2011-08-05
1
-126
/
+1
*
objective-c: diagnose protocol inconsistencies in following
Fariborz Jahanian
2011-08-04
1
-1
/
+126
*
Refactoring of my last patch.
Fariborz Jahanian
2011-08-03
1
-40
/
+33
*
objective-c: Methods declared in methods must type match
Fariborz Jahanian
2011-08-03
1
-86
/
+101
*
objective-c: warn if implementation of a method in category
Fariborz Jahanian
2011-07-28
1
-34
/
+142
*
Make Sema::ReferencedSelectors lazily deserialized.
Douglas Gregor
2011-07-28
1
-0
/
+8
*
objc: clang should warn if redeclaration of methods
Fariborz Jahanian
2011-07-24
1
-9
/
+113
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-8
/
+8
*
Move this ObjCImplementationDecl member function into libAST
John McCall
2011-07-22
1
-13
/
+0
*
In Objective-C, pull arbitrary attributes from overridden
John McCall
2011-07-22
1
-158
/
+159
*
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-22
1
-2
/
+2
*
Add FixIt hint for missing 'id' type.
Fariborz Jahanian
2011-07-21
1
-1
/
+2
*
objc - Diagnose missing method return type specifier under
Fariborz Jahanian
2011-07-21
1
-1
/
+3
*
Fix a typo.
Fariborz Jahanian
2011-07-16
1
-1
/
+1
*
Centralize the getCanonicalType() calls in the Itanium C++ mangling
Douglas Gregor
2011-07-12
1
-2
/
+2
*
objc-arc: enforce performSelector rules in rejecting retaining selectors
Fariborz Jahanian
2011-07-05
1
-0
/
+8
*
Add support for C++ namespace-aware typo correction, e.g., correcting
Douglas Gregor
2011-06-28
1
-16
/
+17
*
Centralize the check for a tag definition in a Declarator::PrototypeContext i...
Argyrios Kyrtzidis
2011-06-28
1
-8
/
+1
*
No need to warn if 'unavailable' method/property
Fariborz Jahanian
2011-06-24
1
-0
/
+3
*
When forming a cycle in objc's inheritance hierarchy,
Fariborz Jahanian
2011-06-23
1
-2
/
+5
*
Weaken the type-matching rules for methods that return aggregates when
John McCall
2011-06-16
1
-2
/
+37
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-63
/
+366
*
Introduce a -cc1-level option to turn off related result type
Douglas Gregor
2011-06-14
1
-1
/
+2
*
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
Douglas Gregor
2011-06-13
1
-2
/
+1
*
Document CheckObjCMethodOverrides
Douglas Gregor
2011-06-13
1
-1
/
+9
*
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-06-11
1
-6
/
+262
*
refactor CheckForwardProtocolDeclarationForCircularDependency returns
Fariborz Jahanian
2011-05-13
1
-8
/
+11
*
After issuing diagnostics on circular protocol list,
Fariborz Jahanian
2011-05-12
1
-4
/
+6
*
Revise the representation of parameter scope data so that the
John McCall
2011-05-02
1
-0
/
+2
*
Improve the documentation for the two ObjCDeclQualifiers so that I
John McCall
2011-05-01
1
-15
/
+1
*
Diagnose C++ abstract parameters for Objective-C methods.
John McCall
2011-04-23
1
-11
/
+3
*
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-22
1
-1
/
+1
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-4
/
+6
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-23
1
-6
/
+5
*
Place duplicate argument declaration in in
Fariborz Jahanian
2011-03-12
1
-3
/
+4
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-15
/
+23
*
Support a new InheritableAttr subclass, InheritableParamAttr, which is
John McCall
2011-03-02
1
-9
/
+2
*
Warn when type modifiers on objc method declarations in
Fariborz Jahanian
2011-02-21
1
-20
/
+50
*
Switch labels over to using normal name lookup, instead of their
Chris Lattner
2011-02-18
1
-1
/
+0
[next]