summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h')
-rw-r--r--contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h b/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
index 196f6c0..ad4f23c 100644
--- a/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
+++ b/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
@@ -113,7 +113,7 @@ public:
virtual void remove(CharSourceRange range) { }
};
- bool applyTransform(TransformFn trans, RewriteListener *listener = 0);
+ bool applyTransform(TransformFn trans, RewriteListener *listener = nullptr);
FileRemapper &getRemapper() { return Remapper; }
};
OpenPOWER on IntegriCloud