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