index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
DeclObjC.h
Age
Commit message (
Expand
)
Author
2013-05-03
Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...
Argyrios Kyrtzidis
2013-05-03
Keep track of an @implementation's super class name location, if one was prov...
Argyrios Kyrtzidis
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-03-29
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
2013-03-21
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-06
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-02-27
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-26
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-14
objective-C: synthesize properties in order of their
Fariborz Jahanian
2013-02-09
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-01-17
Fix a typo introduced in r172665.
Matt Beaumont-Gay
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2012-12-06
Make sure to initialize the HasSkippedBody bit.
Argyrios Kyrtzidis
2012-12-06
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
Argyrios Kyrtzidis
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-10-31
Address Jordan's review: comments, spaces.
Anna Zaks
2012-10-18
Factor CollectClassPropertyImplementations out of Sema into AST
Anna Zaks
2012-10-17
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-09
Move the functionality that looks for ObjC overridden methods from
Argyrios Kyrtzidis
2012-10-09
When we load a function or method body from an AST file, we check
Douglas Gregor
2012-09-27
Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.
Anna Zaks
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-07-31
Remove deprecated getNameAsCString methods.
Benjamin Kramer
2012-07-30
Mark ObjCInterfaceDecl::lookupPrivateMethod as const.
Anna Zaks
2012-07-27
Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.
Anna Zaks
2012-07-19
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-06-16
[AST/libclang] Fix the selector locations that are reported for a
Argyrios Kyrtzidis
2012-06-15
Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief
James Dennett
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-09
[libclang] When doing the cursor visitation make sure declarations
Argyrios Kyrtzidis
2012-06-07
Fix many doxygen formatting errors.
Chandler Carruth
2012-05-09
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-04-05
objective-c: Don't warn when a category does not implement a method
Fariborz Jahanian
2012-03-13
[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter...
Argyrios Kyrtzidis
2012-03-09
[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.
Daniel Dunbar
2012-02-29
objective-c: provide fixit hint when atomic property does not
Fariborz Jahanian
2012-02-20
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-09
objc: If a method is not implemented in the category implementation but
Fariborz Jahanian
2012-02-07
Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...
Benjamin Kramer
2012-01-17
Delay the creation of the built-in Objective-C class 'Protocol' by
Douglas Gregor
2012-01-14
Replace a using declararion with a typedef in the hope of satisfying GCC
Douglas Gregor
[next]