diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2016-06-27 19:34:47 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2016-06-27 19:34:47 +0000 |
commit | a2ca3eda5d9d9ba7270112809e2babef7db3d8aa (patch) | |
tree | f5a69552c175d2c51af56a3b66fb5df9e60e56c6 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | f0f721a6820979592728208ddeb7d5191b0a378d (diff) | |
download | bcm5719-llvm-a2ca3eda5d9d9ba7270112809e2babef7db3d8aa.tar.gz bcm5719-llvm-a2ca3eda5d9d9ba7270112809e2babef7db3d8aa.zip |
clang-rename: add a -export-fixes option
Use case: a class is declared in a header, and defined in two
translation units. clang-rename is asked to rename a class member that's
referenced in both translation units.
Using -i is not possible, as in case the first clang-rename invocation
touches the header, the second invocation will result in compilation
errors. Using -export-fixes handles this situation, each invocation can
work on the original source, and at the end the user can apply the
replacements with clang-apply-replacements.
Reviewers: klimek
Differential Revision: http://reviews.llvm.org/D21676
llvm-svn: 273910
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions