[all-commits] [llvm/llvm-project] 4ce4b0: update clang-cl flag section in UsersManual.rst

Hans via All-commits all-commits at lists.llvm.org
Fri Feb 28 07:55:43 PST 2020


  Branch: refs/heads/release/10.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ce4b0c36786b0da6b1794578f67469e4627b9d1
      https://github.com/llvm/llvm-project/commit/4ce4b0c36786b0da6b1794578f67469e4627b9d1
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

  Changed paths:
    M clang/docs/UsersManual.rst

  Log Message:
  -----------
  update clang-cl flag section in UsersManual.rst


  Commit: 7f015d0d4f0bd695431c729667c1d95068c58b71
      https://github.com/llvm/llvm-project/commit/7f015d0d4f0bd695431c729667c1d95068c58b71
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

  Changed paths:
    M clang/docs/DiagnosticsReference.rst

  Log Message:
  -----------
  Re-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


Compare: https://github.com/llvm/llvm-project/compare/cef9526ce77d...7f015d0d4f0b


More information about the All-commits mailing list