Do you think it would help to add examples?<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 10, 2012 at 1:05 AM, Manuel Klimek <span dir="ltr"><<a href="mailto:klimek@google.com" target="_blank">klimek@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: klimek<br>
Date: Tue Jul 10 03:05:54 2012<br>
New Revision: 159987<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=159987&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=159987&view=rev</a><br>
Log:<br>
Update the docs with specifics about escaping of compile commands.<br>
<br>
<br>
Modified:<br>
    cfe/trunk/docs/JSONCompilationDatabase.html<br>
<br>
Modified: cfe/trunk/docs/JSONCompilationDatabase.html<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/JSONCompilationDatabase.html?rev=159987&r1=159986&r2=159987&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/JSONCompilationDatabase.html?rev=159987&r1=159986&r2=159987&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/docs/JSONCompilationDatabase.html (original)<br>
+++ cfe/trunk/docs/JSONCompilationDatabase.html Tue Jul 10 03:05:54 2012<br>
@@ -71,7 +71,9 @@<br>
 compiled with different configurations.</li><br>
 <li><b>command:</b> The compile command executed. After JSON unescaping, this must<br>
 be a valid command to rerun the exact compilation step for the translation unit in<br>
-the environment the build system uses.</li><br>
+the environment the build system uses. Parameters use shell quoting and shell escaping<br>
+of quotes, with '"' and '\' being the only special characters. Shell expansion is<br>
+not supported.</li><br>
 </ul><br>
 </p><br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>