diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-11-10 16:14:54 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-11-10 16:14:54 +0000 |
commit | 337f5b27adaa61395cba6af8fe1b2999dbc234fa (patch) | |
tree | 377ae7d6d39bac4dfa55f060129cf95ea57c3056 /clang/tools/clang-format/ClangFormat.cpp | |
parent | 283afa3f1239665ff2506a32f510c1b57e6bc98c (diff) | |
download | bcm5719-llvm-337f5b27adaa61395cba6af8fe1b2999dbc234fa.tar.gz bcm5719-llvm-337f5b27adaa61395cba6af8fe1b2999dbc234fa.zip |
clang-format: Document that --assume-filename affects the language.
llvm-svn: 221606
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 3e1c4ec4653..cacc51fd977 100644 --- a/clang/tools/clang-format/ClangFormat.cpp +++ b/clang/tools/clang-format/ClangFormat.cpp @@ -76,7 +76,7 @@ static cl::opt<std::string> 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<bool> Inplace("i", |