Skip to content
Snippets Groups Projects
Commit 74149595 authored by Dmitri Gribenko's avatar Dmitri Gribenko
Browse files

Documentation: fix escaping in JSON example

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173950 91177308-0d34-0410-b5e6-96231b3b80d8
parent d96d949c
No related branches found
No related tags found
No related merge requests found
......@@ -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" },
...
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment