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
Showing
- include/clang/Format/Format.h 4 additions, 1 deletioninclude/clang/Format/Format.h
- lib/Format/Format.cpp 12 additions, 10 deletionslib/Format/Format.cpp
- test/Format/style-on-command-line.cpp 3 additions, 2 deletionstest/Format/style-on-command-line.cpp
- tools/clang-format/ClangFormat.cpp 10 additions, 3 deletionstools/clang-format/ClangFormat.cpp
Loading
Please register or sign in to comment