From 8390f779282181f3ed90bff0f68681c46df35f1a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 10 Nov 2014 16:14:54 +0000 Subject: [PATCH] clang-format: Document that --assume-filename affects the language. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221606 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/clang-format/ClangFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clang-format/ClangFormat.cpp b/tools/clang-format/ClangFormat.cpp index 3e1c4ec465..cacc51fd97 100644 --- a/tools/clang-format/ClangFormat.cpp +++ b/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", -- 2.40.0