On Tue, Jul 10, 2012 at 5:18 PM, Matt Beaumont-Gay <span dir="ltr"><<a href="mailto:matthewbg@google.com" target="_blank">matthewbg@google.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Tue, Jul 10, 2012 at 9:16 AM, Manuel Klimek <<a href="mailto:klimek@google.com">klimek@google.com</a>> wrote:<br>
> On Tue, Jul 10, 2012 at 6:12 PM, Matt Beaumont-Gay <<a href="mailto:matthewbg@google.com">matthewbg@google.com</a>> wrote:<br>
>> Do you think it would help to add examples?<br>
><br>
> Was that a rhetorical question?<br>
<br>
</div>No :)<br>
<br>
Let me rephrase: I would find this clearer with examples (but maybe<br>
I'm just slow).<br></blockquote><div><br></div><div>Hm, I just realized that there is an example with quotes in there already - anything specific you'd like to see?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5"><br>
><br>
>> On Tue, Jul 10, 2012 at 1:05 AM, Manuel Klimek <<a href="mailto:klimek@google.com">klimek@google.com</a>> wrote:<br>
>>><br>
>>> 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:<br>
>>> <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>
>>> ==============================================================================<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,<br>
>>> this must<br>
>>>  be a valid command to rerun the exact compilation step for the<br>
>>> translation unit in<br>
>>> -the environment the build system uses.</li><br>
>>> +the environment the build system uses. Parameters use shell quoting and<br>
>>> shell escaping<br>
>>> +of quotes, with '"' and '\' being the only special characters. Shell<br>
>>> 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>
>><br>
>><br>
</div></div></blockquote></div><br>