commit | a51666a4d624a745df90e1c84777fb7a644ff80b | [log] [tgz] |
---|---|---|
author | David Blaikie <[email protected]> | Thu Jul 17 20:40:36 2014 |
committer | David Blaikie <[email protected]> | Thu Jul 17 20:40:36 2014 |
tree | 27a6715358a552387f3e0fd041de88a3095d0a35 | |
parent | fa59e620126114e35477299dbb726c4e85195276 [diff] |
unique_ptr-ify ownership of ASTConsumers (after fixing a bug in MultiplexConsumer I noticed the ownership of the nested consumers was implemented with raw pointers - so this fixes that... and follows the source back to its origin pushing unique_ptr ownership up through there too) llvm-svn: 213307