ParseAST now never releases the passed ASTConsumer. This is the responsibility of the client.
The motivation is that clients may either: (a) query the ASTConsumer object after AST parsing to collect data/etc. (b) reuse the ASTConsumer. llvm-svn: 54502
Loading
Please sign in to comment