diff --git a/clang/docs/JSONCompilationDatabase.html b/clang/docs/JSONCompilationDatabase.html index 9785ac48ba5e..290719472902 100644 --- a/clang/docs/JSONCompilationDatabase.html +++ b/clang/docs/JSONCompilationDatabase.html @@ -71,7 +71,9 @@ command objects for the same file, for example if the same source file is compiled with different configurations.
  • command: The compile command executed. After JSON unescaping, this must be a valid command to rerun the exact compilation step for the translation unit in -the environment the build system uses.
  • +the environment the build system uses. Parameters use shell quoting and shell escaping +of quotes, with '"' and '\' being the only special characters. Shell expansion is +not supported.