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
/
Parse
/
ParseObjc.cpp
Age
Commit message (
Expand
)
Author
2009-11-18
Code completion after @property, providing the names of forward-declared prop...
Douglas Gregor
2009-11-18
Code completion for Objective-C properly lists
Douglas Gregor
2009-11-17
Rename Objective-C message send completion functions to indicate that we're r...
Douglas Gregor
2009-11-17
Pass source locations of identifiers referenced by @class through Action::Act...
Ted Kremenek
2009-11-17
Fixes a typo, reported by Doug.
Fariborz Jahanian
2009-11-16
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-10
Add FIXIT hint for -Wsemicolon-before-method-body
Ted Kremenek
2009-11-10
Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...
Ted Kremenek
2009-11-07
Add basic code completion support for ObjC messages.
Steve Naroff
2009-11-06
Fix a bogus objective-c warning with -pedantic.
Fariborz Jahanian
2009-11-06
add some fixit hints.
Chris Lattner
2009-11-04
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-03
Switch ParseStructDeclaration to a callback-based API. This will make
John McCall
2009-10-20
Issue warning if method body starts with a semicolon.
Fariborz Jahanian
2009-10-18
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-08
Add code completion support for ObjC property declarations/attributes.
Steve Naroff
2009-09-29
Keep protocol source locations when parsing protocol references.
Argyrios Kyrtzidis
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-24
Fix a clang crash caused by incorrect user code.
Fariborz Jahanian
2009-06-05
Use of DeclContext for objc's ivars. No functionality
Fariborz Jahanian
2009-05-21
Merge the ASTVector and ASTOwningVector templates, since they offered
Douglas Gregor
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-17
Make ActOnExprStmt take a FullExprArg.
Anders Carlsson
2009-05-04
Remove support for ObjCMethodDecl attributes that appear between the
Ted Kremenek
2009-04-30
Hook up Sema support for attributes on Objective-C method declarations that
Ted Kremenek
2009-04-30
Add parsing support in an Objective-C method declaration for attributes between
Ted Kremenek
2009-04-12
Fix rdar://6771034: don't warn on use of forward declared protocol in protocol
Chris Lattner
2009-04-11
change the interface to ActOnMethodDeclaration to pass down argument
Chris Lattner
2009-04-11
rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece,
Chris Lattner
2009-04-08
Fixed a problem using property syntax on a 'super'
Fariborz Jahanian
2009-04-07
Fix <rdar://problem/6764172> [sema] crash on invalid.
Steve Naroff
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-18
objc: Implemented variables declared in class interface
Fariborz Jahanian
2009-03-12
Use paropery's setter attribute name as
Fariborz Jahanian
2009-03-10
Simplify SelectorTable::constructSetterName() usage...
Steve Naroff
2009-03-09
Implement property '.' notation on Factory/Class objects. Parser changes aren...
Steve Naroff
2009-03-05
rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.
Chris Lattner
2009-03-05
include objc method decl contexts in stack trace of crash, e.g.:
Chris Lattner
2009-03-04
Implemented access check for ivars accessed inside
Fariborz Jahanian
2009-03-03
Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...
Steve Naroff
2009-03-02
Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder.
Steve Naroff
2009-02-28
Minor name change (move the ObjC prefix to a more appropriate place).
Steve Naroff
2009-02-18
Update Parser::ParseTypeName to return a TypeResult, which also tells
Douglas Gregor
2009-02-18
simplify some code.
Chris Lattner
2009-02-15
implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error reco...
Chris Lattner
2009-02-15
don't pass a random english string in as a string argument to Diag.
Chris Lattner
2009-02-14
Pass the location of the start of the selector to ActOnClassMessage/ActOnInst...
Anders Carlsson
2009-02-11
Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...
Steve Naroff
2009-02-11
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
[next]