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
/
ParseExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert a big bunch of expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-51
/
+51
*
Convert some more expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-1
/
+1
*
Convert selected expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
1
-13
/
+13
*
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-10
1
-13
/
+14
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
1
-8
/
+8
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
1
-24
/
+25
*
fix typo.
Zhongxing Xu
2008-12-08
1
-1
/
+1
*
Add better comments to ::new parsing. Thanks to Doug for the review.
Sebastian Redl
2008-12-02
1
-2
/
+2
*
Make the parser handle ::new and ::delete correctly.
Sebastian Redl
2008-12-02
1
-0
/
+6
*
Handle new by passing the Declaration to the Action, not a processed type.
Sebastian Redl
2008-12-02
1
-56
/
+48
*
Implement some suggestions by Daniel:
Argyrios Kyrtzidis
2008-11-26
1
-6
/
+14
*
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-25
1
-6
/
+7
*
make the 'to match this' diagnostic a note.
Chris Lattner
2008-11-23
1
-1
/
+1
*
Implementation of new and delete parsing and sema.
Sebastian Redl
2008-11-21
1
-1
/
+227
*
Some tweaks suggested by Argiris
Douglas Gregor
2008-11-19
1
-5
/
+5
*
Extend DeclarationName to support C++ overloaded operators, e.g.,
Douglas Gregor
2008-11-18
1
-10
/
+10
*
Change a couple of the Parser::Diag methods to return DiagnosticInfo
Chris Lattner
2008-11-18
1
-9
/
+5
*
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-17
1
-5
/
+9
*
Some cleanups for C++ operator overloading
Douglas Gregor
2008-11-17
1
-11
/
+7
*
Implement C++ 'typeid' parsing and sema.
Sebastian Redl
2008-11-11
1
-0
/
+48
*
Some cleanups to the declaration/checking of overloaded operators in C++. Tha...
Douglas Gregor
2008-11-10
1
-2
/
+2
*
Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...
Argyrios Kyrtzidis
2008-11-08
1
-6
/
+159
*
Silence a gcc warning.
Daniel Dunbar
2008-11-08
1
-1
/
+1
*
Parsing, ASTs, and semantic analysis for the declaration of conversion
Douglas Gregor
2008-11-07
1
-0
/
+61
*
Assert that Parser::MaybeParseOperatorFunctionId is called when token is kw_o...
Argyrios Kyrtzidis
2008-11-07
1
-3
/
+2
*
Parsing, ASTs, and semantic analysis for the declaration of overloaded
Douglas Gregor
2008-11-06
1
-0
/
+75
*
Refactor the expression class hierarchy for casts. Most importantly:
Douglas Gregor
2008-10-27
1
-3
/
+3
*
Disambiguate between a declaration or expression for the 'condition' part of ...
Argyrios Kyrtzidis
2008-10-05
1
-1
/
+1
*
Implement parser support for the 'condition' part of C++ selection-statements...
Argyrios Kyrtzidis
2008-09-09
1
-0
/
+49
*
Add support for C++'s "type-specifier ( expression-list )" expression:
Argyrios Kyrtzidis
2008-08-22
1
-0
/
+128
*
Move handling of postfix-expression suffixes out of ParseCXXThis and into Par...
Argyrios Kyrtzidis
2008-08-16
1
-6
/
+1
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+16
*
minor simplification
Chris Lattner
2008-04-06
1
-4
/
+2
*
finish up throw parsing.
Chris Lattner
2008-04-06
1
-7
/
+15
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+99