diff options
Diffstat (limited to 'clang/include')
| -rw-r--r-- | clang/include/clang/ARCMigrate/ARCMT.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang/ARCMigrate/ARCMT.h b/clang/include/clang/ARCMigrate/ARCMT.h index b05dd4c95d2..738a00dcd01 100644 --- a/clang/include/clang/ARCMigrate/ARCMT.h +++ b/clang/include/clang/ARCMigrate/ARCMT.h @@ -78,7 +78,8 @@ bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap, typedef void (*TransformFn)(MigrationPass &pass); -std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode); +std::vector<TransformFn> getAllTransformations(LangOptions::GCMode OrigGCMode, + bool NoFinalizeRemoval); class MigrationProcess { CompilerInvocation OrigCI; |

