Sebastian Redl
|
c13f26873f
|
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
llvm-svn: 60791
|
2008-12-09 20:22:58 +00:00 |
Sebastian Redl
|
7379577ab0
|
Lay the groundwork for converting the entire parser-sema chain to smart pointers.
llvm-svn: 60782
|
2008-12-09 19:36:21 +00:00 |
Sebastian Redl
|
17f2c7d251
|
Consistently use smart pointers for stmt and expr nodes in parser local variables.
llvm-svn: 60761
|
2008-12-09 13:15:23 +00:00 |
Sebastian Redl
|
511ed55524
|
Use RAII objects to ensure proper destruction of expression and statement AST nodes in the parser in most cases, even on error.
llvm-svn: 60057
|
2008-11-25 22:21:31 +00:00 |