diff options
Diffstat (limited to 'clang/lib/Edit/EditedSource.cpp')
-rw-r--r-- | clang/lib/Edit/EditedSource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Edit/EditedSource.cpp b/clang/lib/Edit/EditedSource.cpp index 8fa2ee57d2c..6cf6335da18 100644 --- a/clang/lib/Edit/EditedSource.cpp +++ b/clang/lib/Edit/EditedSource.cpp @@ -158,7 +158,7 @@ void EditedSource::commitRemove(SourceLocation OrigLoc, } FileOffset TopBegin, TopEnd; - FileEdit *TopFA = 0; + FileEdit *TopFA = nullptr; if (I == FileEdits.end()) { FileEditsTy::iterator |