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-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
2009-02-05
Put the invalid flag of OwningResult into the Action pointer.
Sebastian Redl
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-27
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-18
Rename move_convert to move_arg and move_res. The new names are less misleadi...
Sebastian Redl
2009-01-18
Convert ObjC statement actions to smart pointers.
Sebastian Redl
2009-01-17
Diagnose that property name cannot be a bitfield
Fariborz Jahanian
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
[prev]
[next]