This is an archive of the discontinued LLVM Phabricator instance.

Indexing: create PP callbacks in the ASTConsumer
ClosedPublic

Authored by gribozavr on Aug 28 2019, 6:29 AM.

Details

Summary

Doing so removes one reason to create a custom FrontendAction.
FrontendActions are not desirable because they are difficult to compose.
ASTConsumers are much easier to compose.