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
*
Move AsmLabel into Declarator instead of just a parameter to
Daniel Dunbar
2008-08-05
1
-1
/
+1
*
Fix rdar://6124613 a crash on invalid code.
Chris Lattner
2008-08-05
1
-45
/
+54
*
Add more Parser/Sema support for GCC asm-label extension.
Daniel Dunbar
2008-08-05
1
-1
/
+1
*
Pull protocol resolution of out ActOnStartClassInterface, this is also the
Chris Lattner
2008-07-26
1
-44
/
+11
*
refactor protocol resolution out of ActOnStartCategoryInterface
Chris Lattner
2008-07-26
1
-7
/
+8
*
pull protocol resolution out into ActOnStartProtocolInterface.
Chris Lattner
2008-07-26
1
-7
/
+49
*
gcc requires a semicolon at the end of an interface, unlike its extension for...
Chris Lattner
2008-07-25
1
-3
/
+0
*
Move fix in r54013 from the parser to sema.
Steve Naroff
2008-07-25
1
-6
/
+3
*
Fix Parser::ParseObjCMethodDefinition(). Only call the actions module for val...
Steve Naroff
2008-07-25
1
-3
/
+6
*
minor cleanup to the actions interface to pass around SmallVectorImpl instead
Chris Lattner
2008-07-21
1
-17
/
+24
*
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