summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AstGuard.h
Commit message (Expand)AuthorAgeFilesLines
* Merge the ASTVector and ASTOwningVector templates, since they offeredDouglas Gregor2009-05-211-83/+0
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-1/+1
* Add a switch that allows disabling the smart pointers.Sebastian Redl2009-01-221-0/+14
* Rename move_convert to move_arg and move_res. The new names are less misleadi...Sebastian Redl2009-01-181-1/+1
* Convert a few Stmt actions to smart pointers.Sebastian Redl2008-12-211-1/+8
* Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResultSebastian Redl2008-12-091-113/+0
* Lay the groundwork for converting the entire parser-sema chain to smart point...Sebastian Redl2008-12-091-6/+6
* Consistently use smart pointers for stmt and expr nodes in parser local varia...Sebastian Redl2008-12-091-21/+90
* Use RAII objects to ensure proper destruction of expression and statement AST...Sebastian Redl2008-11-251-0/+106
OpenPOWER on IntegriCloud