diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp')
-rw-r--r-- | contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp b/contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp index 237aa42..0fcbcbe 100644 --- a/contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp +++ b/contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp @@ -47,7 +47,7 @@ struct CaseInfo { St_Fixed } State; - CaseInfo() : SC(0), State(St_Unchecked) {} + CaseInfo() : SC(nullptr), State(St_Unchecked) {} CaseInfo(SwitchCase *S, SourceRange Range) : SC(S), Range(Range), State(St_Unchecked) {} }; |