From 1ae91827bcd01fd9002507e19193473df7d640ba Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 25 Nov 2016 14:14:43 +0000 Subject: Document the arguments form of commands. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287926 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/JSONCompilationDatabase.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/JSONCompilationDatabase.rst') 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 ======================== -- cgit v1.2.3