r287926 - Document the arguments form of commands.
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 25 06:14:43 PST 2016
Author: joerg
Date: Fri Nov 25 08:14:43 2016
New Revision: 287926
URL: http://llvm.org/viewvc/llvm-project?rev=287926&view=rev
Log:
Document the arguments form of commands.
Modified:
cfe/trunk/docs/JSONCompilationDatabase.rst
Modified: cfe/trunk/docs/JSONCompilationDatabase.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/JSONCompilationDatabase.rst?rev=287926&r1=287925&r2=287926&view=diff
==============================================================================
--- cfe/trunk/docs/JSONCompilationDatabase.rst (original)
+++ cfe/trunk/docs/JSONCompilationDatabase.rst Fri Nov 25 08:14:43 2016
@@ -78,6 +78,8 @@ The contracts for each field in the comm
Parameters use shell quoting and shell escaping of quotes, with '``"``'
and '``\``' being the only special characters. Shell expansion is not
supported.
+- **arguments:** The compile command executed as list of strings.
+ Either **arguments** or **command** is required.
Build System Integration
========================
More information about the cfe-commits
mailing list