index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDeclObjC.cpp
Age
Commit message (
Expand
)
Author
2011-08-19
objective-c: Bring objective-c handling of decl context
Fariborz Jahanian
2011-08-17
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-10
objective-c: Using existing infrastructure for finding
Fariborz Jahanian
2011-08-08
objective-c: diagnose protocol inconsistencies in following
Fariborz Jahanian
2011-08-08
Silence the category-replacing-class-method warning for +load: category
David Chisnall
2011-08-05
Revert 136984 and 136927.
Ted Kremenek
2011-08-04
objective-c: diagnose protocol inconsistencies in following
Fariborz Jahanian
2011-08-03
Refactoring of my last patch.
Fariborz Jahanian
2011-08-03
objective-c: Methods declared in methods must type match
Fariborz Jahanian
2011-07-28
objective-c: warn if implementation of a method in category
Fariborz Jahanian
2011-07-28
Make Sema::ReferencedSelectors lazily deserialized.
Douglas Gregor
2011-07-24
objc: clang should warn if redeclaration of methods
Fariborz Jahanian
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-22
Move this ObjCImplementationDecl member function into libAST
John McCall
2011-07-22
In Objective-C, pull arbitrary attributes from overridden
John McCall
2011-07-22
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-21
Add FixIt hint for missing 'id' type.
Fariborz Jahanian
2011-07-21
objc - Diagnose missing method return type specifier under
Fariborz Jahanian
2011-07-16
Fix a typo.
Fariborz Jahanian
2011-07-12
Centralize the getCanonicalType() calls in the Itanium C++ mangling
Douglas Gregor
2011-07-05
objc-arc: enforce performSelector rules in rejecting retaining selectors
Fariborz Jahanian
2011-06-28
Add support for C++ namespace-aware typo correction, e.g., correcting
Douglas Gregor
2011-06-28
Centralize the check for a tag definition in a Declarator::PrototypeContext i...
Argyrios Kyrtzidis
2011-06-24
No need to warn if 'unavailable' method/property
Fariborz Jahanian
2011-06-23
When forming a cycle in objc's inheritance hierarchy,
Fariborz Jahanian
2011-06-16
Weaken the type-matching rules for methods that return aggregates when
John McCall
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-14
Introduce a -cc1-level option to turn off related result type
Douglas Gregor
2011-06-13
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
Douglas Gregor
2011-06-13
Document CheckObjCMethodOverrides
Douglas Gregor
2011-06-11
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-05-13
refactor CheckForwardProtocolDeclarationForCircularDependency returns
Fariborz Jahanian
2011-05-12
After issuing diagnostics on circular protocol list,
Fariborz Jahanian
2011-05-02
Revise the representation of parameter scope data so that the
John McCall
2011-05-01
Improve the documentation for the two ObjCDeclQualifiers so that I
John McCall
2011-04-23
Diagnose C++ abstract parameters for Objective-C methods.
John McCall
2011-04-22
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-23
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-03-12
Place duplicate argument declaration in in
Fariborz Jahanian
2011-03-08
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-02
Support a new InheritableAttr subclass, InheritableParamAttr, which is
John McCall
2011-02-21
Warn when type modifiers on objc method declarations in
Fariborz Jahanian
2011-02-18
Switch labels over to using normal name lookup, instead of their
Chris Lattner
2011-02-16
Check for deprecated implementation unconditionally.
Fariborz Jahanian
2011-02-16
Fix typo (per Chris's comment).
Fariborz Jahanian
2011-02-15
Refactoring of code to issue warning on implemented
Fariborz Jahanian
2011-02-15
Warn if method for a deprecated method is implemented.
Fariborz Jahanian
2011-02-09
Fix scoping of method declarations and issue
Fariborz Jahanian
[prev]
[next]