This is an archive of the discontinued LLVM Phabricator instance.

Add a batch query and replace tool based on AST matchers.
AbandonedPublic

Authored by jbangert on Feb 6 2017, 5:36 PM.

Details

Reviewers
klimek
Summary

This requires https://reviews.llvm.org/D29613. It adds a new tool, clang-query-replace that replaces and AST node with the result of evaluating a simple template language.

Event Timeline

jbangert created this revision.Feb 6 2017, 5:36 PM
jbangert abandoned this revision.Feb 7 2017, 1:11 AM