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
*
Initial work on additional memory collection for ObjC AST objects. We now
Ted Kremenek
2008-06-06
1
-3
/
+6
*
Parser::ParseObjCSynchronizedStmt() needs to Enter/Exit a decl scope.
Steve Naroff
2008-06-04
1
-0
/
+6
*
Fix parser bug/FIXME with @catch.
Steve Naroff
2008-06-03
1
-7
/
+11
*
Make sure the source location for @property points the the @-sign (not the de...
Steve Naroff
2008-05-22
1
-1
/
+1
*
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-07
1
-2
/
+7
*
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-06
1
-0
/
+5
*
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-05
1
-1
/
+2
*
Default visbility for instance variables is protected.
Fariborz Jahanian
2008-04-29
1
-1
/
+1
*
Support for @dynamic AST build.
Fariborz Jahanian
2008-04-21
1
-1
/
+5
*
Initial work for property implementation declarations.
Fariborz Jahanian
2008-04-18
1
-2
/
+7
*
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-14
1
-34
/
+26
*
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
1
-14
/
+3
*
Minor changes per Chris L's review.
Fariborz Jahanian
2008-04-11
1
-1
/
+2
*
Patch for:
Fariborz Jahanian
2008-04-10
1
-7
/
+5
*
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
Chris Lattner
2008-04-10
1
-11
/
+36
*
move sorting of qualifying protocols from the parser into
Chris Lattner
2008-04-07
1
-15
/
+1
*
clean up property memory allocation to move it into the ast classes
Chris Lattner
2008-03-17
1
-2
/
+2
*
minor cleanups, make getNumInstanceMethods always return unsigned.
Chris Lattner
2008-03-16
1
-2
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1578