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)
llvm-svn: 287926

clang/docs/JSONCompilationDatabase.rst

index 926dcba..2b219e5 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
 ========================