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
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-5
/
+3
*
Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_imple...
Ted Kremenek
2014-03-05
1
-3
/
+14
*
Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...
Ted Kremenek
2014-03-05
1
-6
/
+54
*
[ObjC] Change default property synthesis logic to not completely skip Diagnos...
Ted Kremenek
2014-02-21
1
-7
/
+9
*
Objective-C. Fixes a bug where "new" family attribute
Fariborz Jahanian
2014-01-28
1
-1
/
+2
*
ObjectiveC. Fixes a bug in recognition of an ivar
Fariborz Jahanian
2014-01-27
1
-9
/
+8
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-54
/
+49
*
ObjectiveC. When issuing property implementation is
Fariborz Jahanian
2014-01-22
1
-0
/
+7
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-8
/
+7
*
ObjectiveC. Remove warning on mismatched methods
Fariborz Jahanian
2014-01-10
1
-47
/
+0
*
Fix 80 col violation.
Argyrios Kyrtzidis
2014-01-03
1
-1
/
+2
*
Pass the decl directly to the diagnostic, no need to call getDeclName().
Argyrios Kyrtzidis
2014-01-03
1
-1
/
+1
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-25
/
+71
*
ObjectiveC. Remove false positive warning for missing property
Fariborz Jahanian
2014-01-02
1
-3
/
+8
*
ObjectiveC. Class methods must be ignored when looking for
Fariborz Jahanian
2014-01-02
1
-1
/
+2
*
ObjectiveC. typo fix in my last patch,
Fariborz Jahanian
2013-12-18
1
-3
/
+1
*
Objctive-C. warn if dealloc is being overridden in
Fariborz Jahanian
2013-12-17
1
-0
/
+8
*
Refine 'objc_protocol_requires_explicit_implementation' attribute to better h...
Ted Kremenek
2013-12-13
1
-3
/
+4
*
Make 'CheckProtocolMethodDefs' a static function.
Ted Kremenek
2013-12-13
1
-19
/
+21
*
Change 'method X in protocol not implemented' warning to include the name of ...
Ted Kremenek
2013-12-13
1
-8
/
+11
*
Make 'WarnUndefinedMethod' a static function.
Ted Kremenek
2013-12-13
1
-9
/
+10
*
ObjectiveC. Fixes a bug where an 'unused property ivar'
Fariborz Jahanian
2013-12-11
1
-1
/
+1
*
Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...
Ted Kremenek
2013-12-10
1
-4
/
+4
*
ObjectiveC: Don't warn when method implemented in
Fariborz Jahanian
2013-12-05
1
-11
/
+23
*
[objc] Add a warning when a class that provides a designated initializer, doe...
Argyrios Kyrtzidis
2013-12-03
1
-1
/
+3
*
[objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
2013-12-03
1
-5
/
+10
*
[objc] Emit a warning when the implementation of a designated initializer doe...
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+6
*
Fix inconsistent diag name
Alp Toker
2013-12-02
1
-2
/
+2
*
Add back experimental attribute objc_suppress_protocol_methods (slightly rena...
Ted Kremenek
2013-11-23
1
-2
/
+6
*
Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argum...
Ted Kremenek
2013-11-23
1
-6
/
+17
*
ObjectiveC. Remove warning diagnostic which checks
Fariborz Jahanian
2013-11-23
1
-67
/
+0
*
Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...
Ted Kremenek
2013-11-21
1
-9
/
+4
*
Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...
Ted Kremenek
2013-11-21
1
-4
/
+9
*
ObjectiveC. Fixes a bogus warning of unused backing
Fariborz Jahanian
2013-11-15
1
-1
/
+10
*
ObjectiveC. Method implementations should only check for
Fariborz Jahanian
2013-11-05
1
-3
/
+1
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
1
-0
/
+31
*
Reduce double set lookups by using the result of insert.
Benjamin Kramer
2013-10-14
1
-8
/
+7
*
ObjectiveC: Handle the case of qualifying protocols
Fariborz Jahanian
2013-09-25
1
-0
/
+23
*
Revert my patch in r191155 to allow forward
Fariborz Jahanian
2013-09-24
1
-12
/
+0
*
ObjectiveC: ObjC declarations, including forward class
Fariborz Jahanian
2013-09-22
1
-0
/
+12
*
Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
2013-08-27
1
-2
/
+2
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-27
/
+17
*
ObjectiveC [Sema]. This patch makes sure that all inherited
Fariborz Jahanian
2013-08-14
1
-0
/
+10
*
Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...
Robert Wilhelm
2013-08-10
1
-1
/
+1
*
Even more code conformance.
Robert Wilhelm
2013-07-17
1
-1
/
+1
*
More code conformance.
Fariborz Jahanian
2013-07-17
1
-1
/
+1
*
This patch removes unused parameter allProperties and converts remaining
Fariborz Jahanian
2013-07-16
1
-10
/
+6
*
Objective-C: merge objc_requires_super attribute of
Fariborz Jahanian
2013-07-09
1
-1
/
+9
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-4
/
+4
*
Remove some useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-06
1
-1
/
+0
[next]