| commit | b2e6ca7ff3633d99909da5268afeb76dd4212400 | [log] [tgz] |
|---|---|---|
| author | Sebastian Redl <sebastian.redl@getdesigned.at> | Thu Jan 22 17:31:11 2009 +0000 |
| committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Thu Jan 22 17:31:11 2009 +0000 |
| tree | 4ff3811c38b528303db59c6aec03a232c049778f | |
| parent | 2d9dde0e0fc0a8a9013c32ca2ac170d628c5f86c [diff] |
Add a switch that allows disabling the smart pointers. Uncomment the define in Ownership.h to disable the smart pointers. Disabled, the smart pointers no longer contain a pointer to the action, and no longer have special destruction or copying semantics. They are, compiler willing, raw pointers or ActionResult equivalents. llvm-svn: 62767