]> granicus.if.org Git - clang/commit
Added an option to specify fallback style.
authorAlexander Kornienko <alexfh@google.com>
Mon, 2 Dec 2013 15:21:38 +0000 (15:21 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 2 Dec 2013 15:21:38 +0000 (15:21 +0000)
commit34451b1a84817de73e4db3bd5e15db1a91c9009b
treeae9346efce8e35f9d41f7ef6d79be6aaddffd9db
parentad6ee4b59967d864aa59723bce473a97b2465a19
Added an option to specify fallback style.

Summary:
Added -fallback-style option. Changed clang-format to stop searching
for .clang-format when an invalid file is found.

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2292

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196108 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
test/Format/style-on-command-line.cpp
tools/clang-format/ClangFormat.cpp