]> granicus.if.org Git - clang/commit
[docs] Add TableGen-based generator for command line argument documentation,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Jan 2017 19:39:46 +0000 (19:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Jan 2017 19:39:46 +0000 (19:39 +0000)
commit9d48ebf07bbc676c3198ba528c0f8a729d2569ba
tree1bc51a4ddda3ebb771e88c726edf6e87c57b1a5e
parentd23153784597853e1210582c7aa8bcd69c17fe09
[docs] Add TableGen-based generator for command line argument documentation,
and generate documentation for all (non-hidden) options supported by the
'clang' driver.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292968 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangCommandLineReference.rst [new file with mode: 0644]
docs/index.rst
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/ClangOptionDocs.td [new file with mode: 0644]
include/clang/Driver/Options.h
include/clang/Driver/Options.td
utils/TableGen/CMakeLists.txt
utils/TableGen/ClangOptionDocEmitter.cpp [new file with mode: 0644]
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h