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
/
ParseExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added operator overloading for unary operators, post-increment, and
Douglas Gregor
2008-11-19
1
-5
/
+5
*
remove uses of IdentifierInfo::getName()
Chris Lattner
2008-11-19
1
-1
/
+1
*
Change a couple of the Parser::Diag methods to return DiagnosticInfo
Chris Lattner
2008-11-18
1
-4
/
+4
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-5
/
+8
*
Implement C++ 'typeid' parsing and sema.
Sebastian Redl
2008-11-11
1
-1
/
+7
*
Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...
Argyrios Kyrtzidis
2008-11-08
1
-22
/
+17
*
Initial, rudimentary implementation of operator overloading for binary
Douglas Gregor
2008-11-06
1
-2
/
+2
*
Parsing, ASTs, and semantic analysis for the declaration of overloaded
Douglas Gregor
2008-11-06
1
-1
/
+24
*
Add the remaining C++0x keywords
Douglas Gregor
2008-11-06
1
-1
/
+6
*
-Add support for cv-qualifiers after function declarators.
Argyrios Kyrtzidis
2008-10-24
1
-1
/
+1
*
implement a couple fixme's by implementing __extension__ properly.
Chris Lattner
2008-10-20
1
-4
/
+2
*
Final phase of converting BlockDecls over to DeclContext. This is unfortunate...
Steve Naroff
2008-10-10
1
-1
/
+4
*
Handle ambiguities between expressions and type-ids that occur inside parenth...
Argyrios Kyrtzidis
2008-10-05
1
-1
/
+1
*
Remove support for BlockExprExpr. For example...
Steve Naroff
2008-09-16
1
-14
/
+2
*
Add parser/action support for block literal expressions.
Steve Naroff
2008-08-28
1
-0
/
+78
*
Add support for C++'s "type-specifier ( expression-list )" expression:
Argyrios Kyrtzidis
2008-08-22
1
-2
/
+44
*
Fix a minor crash-on-invalid.
Eli Friedman
2008-08-20
1
-1
/
+1
*
"Remove the 'else' since the code is fallthrough after it." - suggestion by C...
Argyrios Kyrtzidis
2008-08-18
1
-2
/
+2
*
Put (argument)-expression-list parsing in a separate function so that it can ...
Argyrios Kyrtzidis
2008-08-16
1
-14
/
+30
*
C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces.
Argyrios Kyrtzidis
2008-08-16
1
-1
/
+3
*
Move handling of postfix-expression suffixes out of ParseCXXThis and into Par...
Argyrios Kyrtzidis
2008-08-16
1
-1
/
+3
*
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-10
1
-1
/
+1
*
Add 'this' in the comments of Parser::ParseCastExpression to indicate that it...
Argyrios Kyrtzidis
2008-07-16
1
-0
/
+1
*
Simplify the parser a bit by looking at the next token without consuming it (...
Argyrios Kyrtzidis
2008-07-09
1
-63
/
+0
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+2
*
handle the full assignment-expression grammar when using an
Chris Lattner
2008-06-02
1
-0
/
+21
*
Don't call into objc front-end when not parsing objc code. This avoids
Chris Lattner
2008-05-09
1
-1
/
+3
*
Use token lookahead to simplify some code that is rarely executed.
Chris Lattner
2008-04-06
1
-36
/
+0
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1081
[prev]