forked from OSchip/llvm-project
3f1ab737e2
Summary: Currently, Transformer rejects any changes to source locations inside macro expansions. This change relaxes that constraint to allow rewrites when the entirety of the expansion is replaced, since that can be mapped to replacing the entirety of the expansion range in the file source. This change makes Transformer consistent with the handling of edit ranges in `clang::edit::Commit` (which is used, for example, for applying `FixItHint`s from diagnostics). Reviewers: ilya-biryukov Subscribers: gribozavr, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64518 llvm-svn: 366473 |
||
---|---|---|
.. | ||
Extract | ||
Rename | ||
ASTSelection.cpp | ||
ASTSelectionRequirements.cpp | ||
AtomicChange.cpp | ||
CMakeLists.txt | ||
RangeSelector.cpp | ||
RefactoringActions.cpp | ||
SourceCode.cpp | ||
Stencil.cpp | ||
Transformer.cpp |