This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d231537 Fix test/Driver/embed-bitcode.c on non-Darwin host by setting [...] new 9d48ebf [docs] Add TableGen-based generator for command line argument [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/ClangCommandLineReference.rst | 3286 ++++++++++++++++++++++++++++++ docs/index.rst | 1 + include/clang/Driver/CLCompatOptions.td | 2 +- include/clang/Driver/ClangOptionDocs.td | 36 + include/clang/Driver/Options.h | 3 +- include/clang/Driver/Options.td | 189 +- utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/ClangOptionDocEmitter.cpp | 358 ++++ utils/TableGen/TableGen.cpp | 10 +- utils/TableGen/TableGenBackends.h | 1 + 10 files changed, 3823 insertions(+), 64 deletions(-) create mode 100644 docs/ClangCommandLineReference.rst create mode 100644 include/clang/Driver/ClangOptionDocs.td create mode 100644 utils/TableGen/ClangOptionDocEmitter.cpp