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
/
ParseDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
Chris Lattner
2008-04-10
1
-20
/
+30
*
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
1
-18
/
+34
*
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
*
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
1
-14
/
+10
*
Fix handling of implicit int, resolving PR2012 and reverting (and
Chris Lattner
2008-04-05
1
-20
/
+14
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1540