summaryrefslogtreecommitdiffstats
path: root/clang/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
commitc9379701758cc74d28f6a94e0e07292fed3a7ff6 (patch)
treed36377ea5deb4a3c7c060fb88323ae3ddc92297a /clang/docs/JSONCompilationDatabase.rst
parent54e5a1a4da56d976d9cb4fdeaa50decd87c58ff6 (diff)
downloadbcm5719-llvm-c9379701758cc74d28f6a94e0e07292fed3a7ff6.tar.gz
bcm5719-llvm-c9379701758cc74d28f6a94e0e07292fed3a7ff6.zip
Document the arguments form of commands.
llvm-svn: 287926
Diffstat (limited to 'clang/docs/JSONCompilationDatabase.rst')
-rw-r--r--clang/docs/JSONCompilationDatabase.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/JSONCompilationDatabase.rst b/clang/docs/JSONCompilationDatabase.rst
index 926dcba6a4a..2b219e536b5 100644
--- a/clang/docs/JSONCompilationDatabase.rst
+++ b/clang/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
========================
OpenPOWER on IntegriCloud