From: Nico Weber Date: Mon, 10 Nov 2014 16:14:54 +0000 (+0000) Subject: clang-format: Document that --assume-filename affects the language. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=337f5b27adaa61395cba6af8fe1b2999dbc234fa;p=platform%2Fupstream%2Fllvm.git clang-format: Document that --assume-filename affects the language. llvm-svn: 221606 --- diff --git a/clang/tools/clang-format/ClangFormat.cpp b/clang/tools/clang-format/ClangFormat.cpp index 3e1c4ec..cacc51f 100644 --- a/clang/tools/clang-format/ClangFormat.cpp +++ b/clang/tools/clang-format/ClangFormat.cpp @@ -76,7 +76,7 @@ static cl::opt AssumeFilename("assume-filename", cl::desc("When reading from stdin, clang-format assumes this\n" "filename to look for a style config file (with\n" - "-style=file)."), + "-style=file) and to determine the language."), cl::cat(ClangFormatCategory)); static cl::opt Inplace("i",