[all-commits] [llvm/llvm-project] e51234: Generate docs
Hans via All-commits
all-commits at lists.llvm.org
Thu Jan 30 07:30:23 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: e5123472201e997773cf6f677ab16c34b2952b4f
https://github.com/llvm/llvm-project/commit/e5123472201e997773cf6f677ab16c34b2952b4f
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M clang/docs/AttributeReference.rst
M clang/docs/ClangCommandLineReference.rst
M clang/docs/DiagnosticsReference.rst
Log Message:
-----------
Generate docs
bin/clang-tblgen -gen-diag-docs -I../clang/include \
-I../clang/include/clang/Basic/ \
../clang/include/clang/Basic/Diagnostic.td -o \
../clang/docs/DiagnosticsReference.rst && \
bin/clang-tblgen -gen-attr-docs -I../clang/include \
../clang/include/clang/Basic/Attr.td -o \
../clang/docs/AttributeReference.rst && \
bin/clang-tblgen -gen-opt-docs -I../clang/include \
-I../clang/include/clang/Driver -I../llvm/include \
../clang/include/clang/Driver/ClangOptionDocs.td -o \
../clang/docs/ClangCommandLineReference.rst
More information about the All-commits
mailing list