]> granicus.if.org Git - clang/commit
Moving style option formatting to libFormat
authorEdwin Vane <edwin.vane@intel.com>
Mon, 30 Sep 2013 13:31:48 +0000 (13:31 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Mon, 30 Sep 2013 13:31:48 +0000 (13:31 +0000)
commitf4e12c8c1325ea04b54ed0b5869258254458b091
treef182b4ff27bdaf64b31b385465759e7bbd937e24
parent2e563c28c456b48f43f38f5a92a4bc292d5cda91
Moving style option formatting to libFormat

The help text for clang-format's -style option and the function that processes
its value is moved to libFormat in this patch. The goal is to enable other
tools that use libFormat and also have a -style option to behave consistently
with clang-format.

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