From: Joerg Sonnenberger Date: Fri, 25 Nov 2016 14:14:43 +0000 (+0000) Subject: Document the arguments form of commands. X-Git-Tag: llvmorg-4.0.0-rc1~3671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9379701758cc74d28f6a94e0e07292fed3a7ff6;p=platform%2Fupstream%2Fllvm.git Document the arguments form of commands. llvm-svn: 287926 --- diff --git a/clang/docs/JSONCompilationDatabase.rst b/clang/docs/JSONCompilationDatabase.rst index 926dcba..2b219e5 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 ========================