Skip to content

Commit

Permalink
Document the arguments form of commands.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287926 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jsonn committed Nov 25, 2016
1 parent 9cf062f commit 1ae9182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/JSONCompilationDatabase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================
Expand Down

0 comments on commit 1ae9182

Please sign in to comment.