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
/
AST
/
DeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-5
/
+3
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
1
-2
/
+2
*
Remove obsolete ObjCMethodDecl arg_type iterator functions
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-18
/
+10
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-1
/
+1
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-1
/
+1
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-5
/
+3
*
Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...
Ted Kremenek
2013-12-10
1
-20
/
+1
*
[AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instea...
Argyrios Kyrtzidis
2013-12-10
1
-3
/
+1
*
[objc] If an interface has no initializer marked as designated and introduces...
Argyrios Kyrtzidis
2013-12-05
1
-14
/
+48
*
[objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+8
*
[objc] Emit warnings when the implementation of a designated initializer call...
Argyrios Kyrtzidis
2013-12-03
1
-2
/
+5
*
[objc] Emit a warning when the implementation of a designated initializer doe...
Argyrios Kyrtzidis
2013-12-03
1
-2
/
+43
*
[objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+29
*
Use specific_attr_iterator to tighten loop over ObjCSuppressProtocolAttrs.
Ted Kremenek
2013-11-23
1
-8
/
+4
*
Move logic to check if a class is tagged with objc_suppress_protocol_methods ...
Ted Kremenek
2013-11-23
1
-12
/
+18
*
Add back experimental attribute objc_suppress_protocol_methods (slightly rena...
Ted Kremenek
2013-11-23
1
-1
/
+18
*
Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argum...
Ted Kremenek
2013-11-23
1
-5
/
+11
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-67
/
+53
*
Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...
Ted Kremenek
2013-11-21
1
-22
/
+4
*
Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...
Ted Kremenek
2013-11-21
1
-4
/
+22
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
1
-3
/
+4
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-2
/
+2
*
ObjC migrator: Improve on hueristics.
Fariborz Jahanian
2013-07-10
1
-0
/
+11
*
Fix potential infinite loop when iterating over redeclarations of an ObjMetho...
Argyrios Kyrtzidis
2013-05-30
1
-17
/
+23
*
Objective-C [qoi]: When an class conforms to multiple
Fariborz Jahanian
2013-05-20
1
-0
/
+24
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Keep track of an @implementation's super class name location, if one was prov...
Argyrios Kyrtzidis
2013-05-03
1
-1
/
+2
*
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
1
-15
/
+18
*
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-24
1
-15
/
+17
*
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-17
1
-50
/
+1
*
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-15
1
-7
/
+25
*
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-04-13
1
-25
/
+7
*
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
2013-03-29
1
-12
/
+17
*
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-21
1
-0
/
+66
*
Objective-C: Fixes a comment.
Fariborz Jahanian
2013-03-12
1
-1
/
+1
*
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
1
-20
/
+33
*
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
1
-33
/
+20
*
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
1
-20
/
+33
*
objective-C: synthesize properties in order of their
Fariborz Jahanian
2013-02-14
1
-4
/
+8
*
objective-C: Make order of ivars which are synthesized
Fariborz Jahanian
2013-02-13
1
-7
/
+40
*
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-09
1
-10
/
+16
*
Treat hidden Objective-C protocol definitions as if they were
Douglas Gregor
2013-01-17
1
-0
/
+27
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-59
/
+70
*
comment parsing: when property accessors don't have comment
Fariborz Jahanian
2013-01-12
1
-0
/
+5
*
Minor refactoring of my last patch
Fariborz Jahanian
2013-01-07
1
-13
/
+12
*
objective-C: when searching for declarations in protocol
Fariborz Jahanian
2013-01-07
1
-4
/
+8
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-7
/
+9
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-1
/
+22
*
Address Jordan's review: comments, spaces.
Anna Zaks
2012-10-31
1
-2
/
+5
[next]