Documentation: fix escaping in JSON example

llvm-svn: 173950
This commit is contained in:
Dmitri Gribenko 2013-01-30 17:58:39 +00:00
parent b46dc57feb
commit 2625cf06ff
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Example:
[
{ "directory": "/home/user/llvm/build",
"command": "/usr/bin/clang++ -Irelative -DSOMEDEF='\"With spaces and quotes.\"' -c -o file.o file.cc",
"command": "/usr/bin/clang++ -Irelative -DSOMEDEF=\"With spaces, quotes and \\-es.\" -c -o file.o file.cc",
"file": "file.cc" },
...
]