diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-09-02 16:39:23 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-09-02 16:39:23 +0000 |
commit | e3648fbe1a78340dbcd8c17f9cd7dceeaffdf339 (patch) | |
tree | 65f37c3844a29b0fdbecf9e33a63cadd9653db21 /clang/tools/clang-format/ClangFormat.cpp | |
parent | 815c635cec733e183b2408af493182a4718e1261 (diff) | |
download | bcm5719-llvm-e3648fbe1a78340dbcd8c17f9cd7dceeaffdf339.tar.gz bcm5719-llvm-e3648fbe1a78340dbcd8c17f9cd7dceeaffdf339.zip |
Added WebKit style to the BasedOnStyle handling and to the relevant help messages.
llvm-svn: 189765
Diffstat (limited to 'clang/tools/clang-format/ClangFormat.cpp')
-rw-r--r-- | clang/tools/clang-format/ClangFormat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/ClangFormat.cpp b/clang/tools/clang-format/ClangFormat.cpp index cd28c595fd8..2d415b358fc 100644 --- a/clang/tools/clang-format/ClangFormat.cpp +++ b/clang/tools/clang-format/ClangFormat.cpp @@ -64,7 +64,7 @@ LineRanges("lines", cl::desc("<start line>:<end line> - format a range of\n" static cl::opt<std::string> Style("style", cl::desc("Coding style, currently supports:\n" - " LLVM, Google, Chromium, Mozilla.\n" + " LLVM, Google, Chromium, Mozilla, WebKit.\n" "Use -style=file to load style configuration from\n" ".clang-format file located in one of the parent\n" "directories of the source file (or current\n" |