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
/
Parse
/
ParseObjc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rdar://6771034: don't warn on use of forward declared protocol in protocol
Chris Lattner
2009-04-12
1
-1
/
+1
*
change the interface to ActOnMethodDeclaration to pass down argument
Chris Lattner
2009-04-11
1
-17
/
+16
*
rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece,
Chris Lattner
2009-04-11
1
-7
/
+7
*
Fixed a problem using property syntax on a 'super'
Fariborz Jahanian
2009-04-08
1
-3
/
+5
*
Fix <rdar://problem/6764172> [sema] crash on invalid.
Steve Naroff
2009-04-07
1
-1
/
+7
*
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-29
1
-10
/
+5
*
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-28
1
-81
/
+78
*
objc: Implemented variables declared in class interface
Fariborz Jahanian
2009-03-18
1
-2
/
+7
*
Use paropery's setter attribute name as
Fariborz Jahanian
2009-03-12
1
-7
/
+7
*
Simplify SelectorTable::constructSetterName() usage...
Steve Naroff
2009-03-10
1
-4
/
+5
*
Implement property '.' notation on Factory/Class objects. Parser changes aren...
Steve Naroff
2009-03-09
1
-14
/
+3
*
rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.
Chris Lattner
2009-03-05
1
-3
/
+3
*
include objc method decl contexts in stack trace of crash, e.g.:
Chris Lattner
2009-03-05
1
-0
/
+5
*
Implemented access check for ivars accessed inside
Fariborz Jahanian
2009-03-04
1
-2
/
+5
*
Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...
Steve Naroff
2009-03-03
1
-13
/
+10
*
Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder.
Steve Naroff
2009-03-02
1
-2
/
+3
*
Minor name change (move the ObjC prefix to a more appropriate place).
Steve Naroff
2009-02-28
1
-1
/
+1
*
Update Parser::ParseTypeName to return a TypeResult, which also tells
Douglas Gregor
2009-02-18
1
-5
/
+11
*
simplify some code.
Chris Lattner
2009-02-18
1
-5
/
+3
*
implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error reco...
Chris Lattner
2009-02-15
1
-1
/
+2
*
don't pass a random english string in as a string argument to Diag.
Chris Lattner
2009-02-15
1
-1
/
+1
*
Pass the location of the start of the selector to ActOnClassMessage/ActOnInst...
Anders Carlsson
2009-02-14
1
-2
/
+5
*
Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...
Steve Naroff
2009-02-11
1
-1
/
+2
*
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
2009-02-11
1
-2
/
+2
*
Put the invalid flag of OwningResult into the Action pointer.
Sebastian Redl
2009-02-05
1
-12
/
+10
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Rename move_convert to move_arg and move_res. The new names are less misleadi...
Sebastian Redl
2009-01-18
1
-12
/
+12
*
Convert ObjC statement actions to smart pointers.
Sebastian Redl
2009-01-18
1
-9
/
+9
*
Diagnose that property name cannot be a bitfield
Fariborz Jahanian
2009-01-17
1
-0
/
+5
*
Properly set the scope of non-fields declared within a struct, union,
Douglas Gregor
2009-01-12
1
-1
/
+1
*
Fix rdar://6480479 - [parser] infinite loop on invalid input
Chris Lattner
2009-01-09
1
-0
/
+6
*
Adding support for ObjC methods which have c-style
Fariborz Jahanian
2009-01-09
1
-4
/
+6
*
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2009-01-08
1
-0
/
+2
*
Convert a few Stmt actions to smart pointers.
Sebastian Redl
2008-12-21
1
-2
/
+3
*
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-17
1
-2
/
+4
*
Some utilities for using the smart pointers in Actions, especially Sema. Conv...
Sebastian Redl
2008-12-13
1
-3
/
+3
*
Convert remaining expression parsers to smart pointers. Now on to the Action ...
Sebastian Redl
2008-12-13
1
-79
/
+79
*
Convert a big bunch of expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-1
/
+1
*
Convert some more expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-1
/
+1
*
Convert selected expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-9
/
+13
*
Convert the remaining statement parsers to smart pointers.
Sebastian Redl
2008-12-11
1
-24
/
+25
*
Convert a number of statement parsers to smart pointers.
Sebastian Redl
2008-12-11
1
-5
/
+5
*
Use a scoped object to manage entry/exit from a parser scope rather than expl...
Douglas Gregor
2008-12-10
1
-11
/
+8
*
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-10
1
-19
/
+21
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
1
-16
/
+17
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
1
-62
/
+57
*
improve comment.
Chris Lattner
2008-12-08
1
-1
/
+1
*
Set default property attributes on each property.
Fariborz Jahanian
2008-11-26
1
-1
/
+5
*
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-25
1
-21
/
+22
[next]