summaryrefslogtreecommitdiffstats
path: root/docs/JSONCompilationDatabase.rst
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2016-11-25 14:14:43 +0000
committerJoerg Sonnenberger <joerg@bec.de>2016-11-25 14:14:43 +0000
commit1ae91827bcd01fd9002507e19193473df7d640ba (patch)
treed031c454c8f65a0480453b8114acfe4f4c457bdb /docs/JSONCompilationDatabase.rst
parent9cf062f7011945788916da685db2e92ecced411d (diff)
Document the arguments form of commands.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/JSONCompilationDatabase.rst')
-rw-r--r--docs/JSONCompilationDatabase.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/JSONCompilationDatabase.rst b/docs/JSONCompilationDatabase.rst
index 926dcba6a4..2b219e536b 100644
--- a/docs/JSONCompilationDatabase.rst
+++ b/docs/JSONCompilationDatabase.rst
@@ -78,6 +78,8 @@ The contracts for each field in the command object are:
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
========================