"clang-tools-extra/clangd/test/semantic-highlighting.test" did not exist on "0e6a51f4f36a045a87676d0cff3d7a32bad93524"
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 register or sign in to comment