[PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 25 08:18:01 PDT 2016


@Daniel, sorry that I forgot to have you look at the final version before
submitting it...

On Mon, Apr 25, 2016 at 5:15 PM Eric Liu <ioeric at google.com> wrote:

> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL267416: Added Fixer implementation and fix() interface
> in clang-format for removing… (authored by ioeric).
>
> Changed prior to commit:
>   http://reviews.llvm.org/D18551?vs=54855&id=54857#toc
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D18551
>
> Files:
>   cfe/trunk/include/clang/Format/Format.h
>   cfe/trunk/lib/Format/AffectedRangeManager.cpp
>   cfe/trunk/lib/Format/AffectedRangeManager.h
>   cfe/trunk/lib/Format/CMakeLists.txt
>   cfe/trunk/lib/Format/Format.cpp
>   cfe/trunk/lib/Format/TokenAnnotator.h
>   cfe/trunk/unittests/Format/CMakeLists.txt
>   cfe/trunk/unittests/Format/CleanupTest.cpp
>   cfe/trunk/unittests/Format/FormatTest.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160425/156ae42e/attachment.html>


More information about the cfe-commits mailing list