]> granicus.if.org Git - clang/commit
clang-format: add an option -verbose to list the files being processed
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Aug 2017 15:15:10 +0000 (15:15 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Aug 2017 15:15:10 +0000 (15:15 +0000)
commit7602b13a8e8b5656afd6327d112b76b39f836e5b
treea6982725ad9b706c4be316b4b146121e610082f7
parent4e37891c39a770085048c2e8c93f676ae8a3cc6a
clang-format: add an option -verbose to list the files being processed

Reviewers: djasper

Reviewed By: djasper

Subscribers: klimek, cfe-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310778 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangFormat.rst
docs/ReleaseNotes.rst
test/Format/verbose.cpp [new file with mode: 0644]
tools/clang-format/ClangFormat.cpp