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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default argument cleanups and minor improvements, patch by
Chris Lattner
2008-04-12
1
-7
/
+0
*
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
2
-8
/
+6
*
reduce the amount of 'C++ magic' this code depends on :)
Chris Lattner
2008-04-10
1
-2
/
+2
*
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
Chris Lattner
2008-04-10
2
-31
/
+66
*
Simplify lifetime of location object.
Chris Lattner
2008-04-10
1
-6
/
+6
*
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-10
1
-1
/
+2
*
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-08
2
-23
/
+46
*
Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';').
Steve Naroff
2008-04-07
1
-1
/
+1
*
move sorting of qualifying protocols from the parser into
Chris Lattner
2008-04-07
1
-15
/
+1
*
move a semantic check out of the parser into sema.
Chris Lattner
2008-04-06
1
-13
/
+0
*
now that identifier list parsing is split out, simplify handling of
Chris Lattner
2008-04-06
1
-111
/
+102
*
reject 'int test(x, x) int x; {}'
Chris Lattner
2008-04-06
1
-0
/
+1
*
reject 'typedef int y; int test(x, y)'.
Chris Lattner
2008-04-06
1
-1
/
+5
*
simplify Parser::ParseFunctionDeclaratorIdentifierList
Chris Lattner
2008-04-06
1
-24
/
+15
*
split parsing of identifier lists in function declarators out into
Chris Lattner
2008-04-06
1
-48
/
+74
*
minor simplification
Chris Lattner
2008-04-06
1
-4
/
+2
*
finish up throw parsing.
Chris Lattner
2008-04-06
1
-7
/
+15
*
split code for handling grouping parens in declarators from code that
Chris Lattner
2008-04-06
1
-54
/
+64
*
another minor simplification
Chris Lattner
2008-04-06
1
-3
/
+1
*
Use token lookahead to simplify some code that is rarely executed.
Chris Lattner
2008-04-06
2
-50
/
+10
*
Fix handling of implicit int, resolving PR2012 and reverting (and
Chris Lattner
2008-04-05
2
-21
/
+15
*
Step #1 to fixing PR2012: c89 allows declspecs to be completely
Chris Lattner
2008-04-05
1
-4
/
+17
*
Two changes to Sema::LookupDecl() interface.
Steve Naroff
2008-04-02
1
-1
/
+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
12
-0
/
+6993