Make DeletedLines local variables in checkEmptyNamespace.
authorEric Liu <ioeric@google.com>
Wed, 5 Oct 2016 15:49:01 +0000 (15:49 +0000)
committerEric Liu <ioeric@google.com>
Wed, 5 Oct 2016 15:49:01 +0000 (15:49 +0000)
commit7956c4004db510e20d23a4e87d1cc1d00c14902c
tree8d4ee3b2abf7b3405c26c371d5d3fce1e54b50cb
parent67be6ff8392a20dad2a02df12151e62d13b34a24
Make DeletedLines local variables in checkEmptyNamespace.

Summary: Patch by Sam McCall!

Reviewers: djasper

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D25162

llvm-svn: 283332
clang/lib/Format/Format.cpp
clang/unittests/Format/CleanupTest.cpp