]> granicus.if.org Git - clang/commitdiff
Document the arguments form of commands.
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 25 Nov 2016 14:14:43 +0000 (14:14 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 25 Nov 2016 14:14:43 +0000 (14:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287926 91177308-0d34-0410-b5e6-96231b3b80d8

docs/JSONCompilationDatabase.rst

index 926dcba6a4aaeca7e903f4f7943d7f492347a157..2b219e536b59cc673671574d37f50715e4f1142d 100644 (file)
@@ -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
 ========================