Age | Commit message (Expand) | Author |
---|---|---|
2009-05-21 | Merge the ASTVector and ASTOwningVector templates, since they offered | Douglas Gregor |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-01-22 | Add a switch that allows disabling the smart pointers. | Sebastian Redl |
2009-01-18 | Rename move_convert to move_arg and move_res. The new names are less misleadi... | Sebastian Redl |
2008-12-21 | Convert a few Stmt actions to smart pointers. | Sebastian Redl |
2008-12-09 | Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult | Sebastian Redl |
2008-12-09 | Lay the groundwork for converting the entire parser-sema chain to smart point... | Sebastian Redl |
2008-12-09 | Consistently use smart pointers for stmt and expr nodes in parser local varia... | Sebastian Redl |
2008-11-25 | Use RAII objects to ensure proper destruction of expression and statement AST... | Sebastian Redl |