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-01-12
Properly set the scope of non-fields declared within a struct, union,
Douglas Gregor
2009-01-09
Fix rdar://6480479 - [parser] infinite loop on invalid input
Chris Lattner
2009-01-09
Adding support for ObjC methods which have c-style
Fariborz Jahanian
2009-01-08
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2008-12-21
Convert a few Stmt actions to smart pointers.
Sebastian Redl
2008-12-17
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-13
Some utilities for using the smart pointers in Actions, especially Sema. Conv...
Sebastian Redl
2008-12-13
Convert remaining expression parsers to smart pointers. Now on to the Action ...
Sebastian Redl
2008-12-11
Convert a big bunch of expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
Convert some more expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
Convert selected expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
Convert the remaining statement parsers to smart pointers.
Sebastian Redl
2008-12-11
Convert a number of statement parsers to smart pointers.
Sebastian Redl
2008-12-10
Use a scoped object to manage entry/exit from a parser scope rather than expl...
Douglas Gregor
2008-12-10
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-09
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-08
improve comment.
Chris Lattner
2008-11-26
Set default property attributes on each property.
Fariborz Jahanian
2008-11-25
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-20
Daniel really really likes = instead of += :)
Chris Lattner
2008-11-20
Rename IdentifierInfo::isName to ::isStr. Use a nifty trick
Chris Lattner
2008-11-19
Fix <rdar://problem/6150376> [sema] crash on invalid message send.
Steve Naroff
2008-11-19
remove some uses of IdentifierInfo::getName()
Chris Lattner
2008-11-19
Use smallstring instead of new[]'ing a string. This simplifies
Chris Lattner
2008-11-19
remove uses of IdentifierInfo::getName()
Chris Lattner
2008-11-18
remove the last couple obsolete forms of Parser::Diag.
Chris Lattner
2008-11-18
Change a couple of the Parser::Diag methods to return DiagnosticInfo
Chris Lattner
2008-10-22
some minor cleanups to ParseObjCTypeName:
Chris Lattner
2008-10-21
Fix a crasher during error recovery in Parser::ParseObjCTypeName().
Steve Naroff
2008-10-20
eliminate ObjCPropertyAttrs an corresponding enums, just use
Chris Lattner
2008-10-20
rearrange some code.
Chris Lattner
2008-10-20
more simplifications to error recovery in ParseObjCPropertyAttribute
Chris Lattner
2008-10-20
move some code around to make it fall through more, no functionality change.
Chris Lattner
2008-10-20
reject properties completely in objc1 instead of emitting
Chris Lattner
2008-10-20
More property attribute recovery improvements. Instead of this:
Chris Lattner
2008-10-20
significantly simplify and clean up error recovery in
Chris Lattner
2008-10-20
fix a crash on unnamed properties like:
Chris Lattner
2008-10-20
simplify some code by using ExpectAndConsume. When an error
Chris Lattner
2008-10-20
refactor a bunch of code:
Chris Lattner
2008-10-20
fix some minor error recovery bugs in ParseObjCInterfaceDeclList
Chris Lattner
2008-10-20
restructure the body of the ParseObjCInterfaceDeclList loop
Chris Lattner
2008-10-03
Pass postfix attributes to ActOnFields.
Daniel Dunbar
2008-09-26
Enter a new scope for a @try block.
Ted Kremenek
2008-09-26
Parser support for prefix __attribute__ on @protocol.
Daniel Dunbar
2008-09-26
Have @finally introduce a new scope.
Ted Kremenek
2008-09-19
Fix rdar://6222856: the receiver of a message expr is an
Chris Lattner
2008-08-26
Synthesize property setter method as we do for getter.
Daniel Dunbar
2008-08-23
Reserved C++ words are valid selectors in Objective-C++
Anders Carlsson
2008-08-23
we already have a handle on the 'in' keyword, don't bother getting two.
Chris Lattner
[next]