summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-20 14:34:35 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-20 14:34:35 +0000
commit73a18fdd39b7c85bda4285ad827e265a3e9280b5 (patch)
treeab104ce774a2cb117eebc496f2f9dd55cfd03276 /clang/tools/c-index-test
parentb37b46e488a3ae5248f303e4d1803a369cf5c168 (diff)
downloadbcm5719-llvm-73a18fdd39b7c85bda4285ad827e265a3e9280b5.tar.gz
bcm5719-llvm-73a18fdd39b7c85bda4285ad827e265a3e9280b5.zip
Slip up long string literal
llvm-svn: 108838
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r--clang/tools/c-index-test/c-index-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c
index 569ef206e31..961f87d432c 100644
--- a/clang/tools/c-index-test/c-index-test.c
+++ b/clang/tools/c-index-test/c-index-test.c
@@ -1280,7 +1280,8 @@ static void print_usage(void) {
" c-index-test -test-print-linkage-source {<args>}*\n"
" c-index-test -test-print-typekind {<args>}*\n"
" c-index-test -print-usr [<CursorKind> {<args>}]*\n"
- " c-index-test -print-usr-file <file>\n\n"
+ " c-index-test -print-usr-file <file>\n\n");
+ fprintf(stderr,
" <symbol filter> values:\n%s",
" all - load all symbols, including those from PCH\n"
" local - load all symbols except those in PCH\n"
OpenPOWER on IntegriCloud