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
/
ParseStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
1
-32
/
+32
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
1
-167
/
+136
*
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-25
1
-18
/
+38
*
make the 'to match this' diagnostic a note.
Chris Lattner
2008-11-23
1
-1
/
+1
*
Added operator overloading for unary operators, post-increment, and
Douglas Gregor
2008-11-19
1
-1
/
+2
*
Change a couple of the Parser::Diag methods to return DiagnosticInfo
Chris Lattner
2008-11-18
1
-13
/
+13
*
Fix a couple of suboptimalities in error recovery.
Chris Lattner
2008-11-13
1
-8
/
+11
*
simplify some other code for __extension__ processing.
Chris Lattner
2008-10-20
1
-7
/
+5
*
Disambiguate between a declaration or an expression, in the 'for-init-stateme...
Argyrios Kyrtzidis
2008-10-05
1
-1
/
+1
*
Resolve ambiguous C++ statements (C++ 6.8p1).
Argyrios Kyrtzidis
2008-10-05
1
-2
/
+2
*
Add comments about C++ clause 3.3.2p4 that mentions that the condition declar...
Argyrios Kyrtzidis
2008-09-11
1
-0
/
+16
*
Fix do-while scoping in C++.
Argyrios Kyrtzidis
2008-09-11
1
-1
/
+7
*
Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed.
Argyrios Kyrtzidis
2008-09-11
1
-12
/
+91
*
-getLang().C99 is true in C++ too, remove the use of the C99orCXX variable.
Argyrios Kyrtzidis
2008-09-10
1
-91
/
+12
*
Add some C++-specific comments in the parsing methods of if/switch/while/for.
Argyrios Kyrtzidis
2008-09-10
1
-0
/
+71
*
Implement parser support for the 'condition' part of C++ selection-statements...
Argyrios Kyrtzidis
2008-09-09
1
-23
/
+67
*
Support C++'s declaration-statement.
Argyrios Kyrtzidis
2008-09-07
1
-1
/
+2
*
Use of NextToken() makes ParseIdentifierStatement unnecessary.
Argyrios Kyrtzidis
2008-07-12
1
-87
/
+7
*
Simplify the parser a bit by looking at the next token without consuming it (...
Argyrios Kyrtzidis
2008-07-09
1
-30
/
+41
*
Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';').
Steve Naroff
2008-04-07
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1159
[prev]