[www-scripts] Sphinx Doc Update: SUCCESS

www-data via www-scripts www-scripts at lists.llvm.org
Tue Jan 22 11:20:06 PST 2019


UPDATING clang-tools-extra SOURCES
Updating '.':
U    docs/clang-tidy/Integrations.rst
U    docs/clang-tidy/index.rst
U    docs/clang-tidy/checks/modernize-use-emplace.rst
U    docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
U    docs/clang-tidy/checks/portability-simd-intrinsics.rst
U    docs/clang-tidy/checks/readability-magic-numbers.rst
U    docs/clang-tidy/checks/modernize-pass-by-value.rst
U    docs/clang-tidy/checks/llvm-include-order.rst
U    docs/clang-tidy/checks/google-objc-avoid-throwing-exception.rst
U    docs/clang-tidy/checks/llvm-namespace-comment.rst
U    docs/clang-tidy/checks/readability-else-after-return.rst
U    docs/clang-doc.rst
U    docs/clangd.rst
U    docs/clang-rename.rst
U    docs/clang-tidy.rst
U    docs/include-fixer.rst
U    docs/modularize.rst
U    docs/pp-trace.rst
U    clangd/CodeComplete.cpp
Updated to revision 351862.
Generating html Sphinx documentation for clang-tools into "/opt/sphinx-docs/build/llvm/tools/clang/tools/extra/docs/html"
/opt/venv/sphinx/local/lib/python2.7/site-packages/sphinx/util/requests.py:64: UserWarning: Some links may return broken results due to being unable to check the Server Name Indication (SNI) in the returned SSL cert against the hostname in the url requested. Recommended to install "requests[security]" as a dependency or upgrade to a python version with SNI support (Python 3 and Python 2.7.9+).
  'Some links may return broken results due to being unable to '
Built target docs-clang-tools-html
sending incremental file list
./
.buildinfo
ModularizeUsage.html
ReleaseNotes.html
clang-doc.html
clang-modernize.html
clang-rename.html
clang-tidy.html
clangd.html
cpp11-migrate.html
genindex.html
include-fixer.html
index.html
modularize.html
objects.inv
pp-trace.html
search.html
searchindex.js
_sources/
_sources/clang-doc.rst.txt
_sources/clang-rename.rst.txt
_sources/clang-tidy.rst.txt
_sources/clangd.rst.txt
_sources/include-fixer.rst.txt
_sources/modularize.rst.txt
_sources/pp-trace.rst.txt
_sources/clang-tidy/
_sources/clang-tidy/Integrations.rst.txt
_sources/clang-tidy/index.rst.txt
_sources/clang-tidy/checks/
_sources/clang-tidy/checks/google-objc-avoid-throwing-exception.rst.txt
_sources/clang-tidy/checks/google-objc-global-variable-declaration.rst.txt
_sources/clang-tidy/checks/llvm-include-order.rst.txt
_sources/clang-tidy/checks/llvm-namespace-comment.rst.txt
_sources/clang-tidy/checks/modernize-pass-by-value.rst.txt
_sources/clang-tidy/checks/modernize-use-emplace.rst.txt
_sources/clang-tidy/checks/portability-simd-intrinsics.rst.txt
_sources/clang-tidy/checks/readability-else-after-return.rst.txt
_sources/clang-tidy/checks/readability-magic-numbers.rst.txt
_static/
_static/basic.css
_static/doctools.js
_static/documentation_options.js
_static/haiku.css
_static/pygments.css
_static/searchtools.js
clang-tidy/
clang-tidy/Contributing.html
clang-tidy/Integrations.html
clang-tidy/index.html
clang-tidy/checks/
clang-tidy/checks/abseil-duration-comparison.html
clang-tidy/checks/abseil-duration-conversion-cast.html
clang-tidy/checks/abseil-duration-division.html
clang-tidy/checks/abseil-duration-factory-float.html
clang-tidy/checks/abseil-duration-factory-scale.html
clang-tidy/checks/abseil-duration-subtraction.html
clang-tidy/checks/abseil-faster-strsplit-delimiter.html
clang-tidy/checks/abseil-no-internal-dependencies.html
clang-tidy/checks/abseil-no-namespace.html
clang-tidy/checks/abseil-redundant-strcat-calls.html
clang-tidy/checks/abseil-str-cat-append.html
clang-tidy/checks/abseil-string-find-startswith.html
clang-tidy/checks/abseil-upgrade-duration-conversions.html
clang-tidy/checks/android-cloexec-accept.html
clang-tidy/checks/android-cloexec-accept4.html
clang-tidy/checks/android-cloexec-creat.html
clang-tidy/checks/android-cloexec-dup.html
clang-tidy/checks/android-cloexec-epoll-create.html
clang-tidy/checks/android-cloexec-epoll-create1.html
clang-tidy/checks/android-cloexec-fopen.html
clang-tidy/checks/android-cloexec-inotify-init.html
clang-tidy/checks/android-cloexec-inotify-init1.html
clang-tidy/checks/android-cloexec-memfd-create.html
clang-tidy/checks/android-cloexec-open.html
clang-tidy/checks/android-cloexec-socket.html
clang-tidy/checks/android-comparison-in-temp-failure-retry.html
clang-tidy/checks/boost-use-to-string.html
clang-tidy/checks/bugprone-argument-comment.html
clang-tidy/checks/bugprone-assert-side-effect.html
clang-tidy/checks/bugprone-bool-pointer-implicit-conversion.html
clang-tidy/checks/bugprone-copy-constructor-init.html
clang-tidy/checks/bugprone-dangling-handle.html
clang-tidy/checks/bugprone-exception-escape.html
clang-tidy/checks/bugprone-fold-init-type.html
clang-tidy/checks/bugprone-forward-declaration-namespace.html
clang-tidy/checks/bugprone-forwarding-reference-overload.html
clang-tidy/checks/bugprone-inaccurate-erase.html
clang-tidy/checks/bugprone-incorrect-roundings.html
clang-tidy/checks/bugprone-integer-division.html
clang-tidy/checks/bugprone-lambda-function-name.html
clang-tidy/checks/bugprone-macro-parentheses.html
clang-tidy/checks/bugprone-macro-repeated-side-effects.html
clang-tidy/checks/bugprone-misplaced-operator-in-strlen-in-alloc.html
clang-tidy/checks/bugprone-misplaced-widening-cast.html
clang-tidy/checks/bugprone-move-forwarding-reference.html
clang-tidy/checks/bugprone-multiple-statement-macro.html
clang-tidy/checks/bugprone-parent-virtual-call.html
clang-tidy/checks/bugprone-sizeof-container.html
clang-tidy/checks/bugprone-sizeof-expression.html
clang-tidy/checks/bugprone-string-constructor.html
clang-tidy/checks/bugprone-string-integer-assignment.html
clang-tidy/checks/bugprone-string-literal-with-embedded-nul.html
clang-tidy/checks/bugprone-suspicious-enum-usage.html
clang-tidy/checks/bugprone-suspicious-memset-usage.html
clang-tidy/checks/bugprone-suspicious-missing-comma.html
clang-tidy/checks/bugprone-suspicious-semicolon.html
clang-tidy/checks/bugprone-suspicious-string-compare.html
clang-tidy/checks/bugprone-swapped-arguments.html
clang-tidy/checks/bugprone-terminating-continue.html
clang-tidy/checks/bugprone-throw-keyword-missing.html
clang-tidy/checks/bugprone-too-small-loop-variable.html
clang-tidy/checks/bugprone-undefined-memory-manipulation.html
clang-tidy/checks/bugprone-undelegated-constructor.html
clang-tidy/checks/bugprone-unused-raii.html
clang-tidy/checks/bugprone-unused-return-value.html
clang-tidy/checks/bugprone-use-after-move.html
clang-tidy/checks/bugprone-virtual-near-miss.html
clang-tidy/checks/cert-dcl03-c.html
clang-tidy/checks/cert-dcl16-c.html
clang-tidy/checks/cert-dcl21-cpp.html
clang-tidy/checks/cert-dcl50-cpp.html
clang-tidy/checks/cert-dcl54-cpp.html
clang-tidy/checks/cert-dcl58-cpp.html
clang-tidy/checks/cert-dcl59-cpp.html
clang-tidy/checks/cert-env33-c.html
clang-tidy/checks/cert-err09-cpp.html
clang-tidy/checks/cert-err34-c.html
clang-tidy/checks/cert-err52-cpp.html
clang-tidy/checks/cert-err58-cpp.html
clang-tidy/checks/cert-err60-cpp.html
clang-tidy/checks/cert-err61-cpp.html
clang-tidy/checks/cert-fio38-c.html
clang-tidy/checks/cert-flp30-c.html
clang-tidy/checks/cert-msc30-c.html
clang-tidy/checks/cert-msc32-c.html
clang-tidy/checks/cert-msc50-cpp.html
clang-tidy/checks/cert-msc51-cpp.html
clang-tidy/checks/cert-oop11-cpp.html
clang-tidy/checks/cppcoreguidelines-avoid-c-arrays.html
clang-tidy/checks/cppcoreguidelines-avoid-goto.html
clang-tidy/checks/cppcoreguidelines-avoid-magic-numbers.html
clang-tidy/checks/cppcoreguidelines-c-copy-assignment-signature.html
clang-tidy/checks/cppcoreguidelines-interfaces-global-init.html
clang-tidy/checks/cppcoreguidelines-macro-usage.html
clang-tidy/checks/cppcoreguidelines-narrowing-conversions.html
clang-tidy/checks/cppcoreguidelines-no-malloc.html
clang-tidy/checks/cppcoreguidelines-non-private-member-variables-in-classes.html
clang-tidy/checks/cppcoreguidelines-owning-memory.html
clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.html
clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.html
clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.html
clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.html
clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.html
clang-tidy/checks/cppcoreguidelines-pro-type-member-init.html
clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.html
clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.html
clang-tidy/checks/cppcoreguidelines-pro-type-union-access.html
clang-tidy/checks/cppcoreguidelines-pro-type-vararg.html
clang-tidy/checks/cppcoreguidelines-slicing.html
clang-tidy/checks/cppcoreguidelines-special-member-functions.html
clang-tidy/checks/fuchsia-default-arguments.html
clang-tidy/checks/fuchsia-header-anon-namespaces.html
clang-tidy/checks/fuchsia-multiple-inheritance.html
clang-tidy/checks/fuchsia-overloaded-operator.html
clang-tidy/checks/fuchsia-restrict-system-includes.html
clang-tidy/checks/fuchsia-statically-constructed-objects.html
clang-tidy/checks/fuchsia-trailing-return.html
clang-tidy/checks/fuchsia-virtual-inheritance.html
clang-tidy/checks/google-build-explicit-make-pair.html
clang-tidy/checks/google-build-namespaces.html
clang-tidy/checks/google-build-using-namespace.html
clang-tidy/checks/google-default-arguments.html
clang-tidy/checks/google-explicit-constructor.html
clang-tidy/checks/google-global-names-in-headers.html
clang-tidy/checks/google-objc-avoid-throwing-exception.html
clang-tidy/checks/google-objc-function-naming.html
clang-tidy/checks/google-objc-global-variable-declaration.html
clang-tidy/checks/google-readability-braces-around-statements.html
clang-tidy/checks/google-readability-casting.html
clang-tidy/checks/google-readability-function-size.html
clang-tidy/checks/google-readability-namespace-comments.html
clang-tidy/checks/google-readability-todo.html
clang-tidy/checks/google-runtime-int.html
clang-tidy/checks/google-runtime-operator.html
clang-tidy/checks/google-runtime-references.html
clang-tidy/checks/hicpp-avoid-c-arrays.html
clang-tidy/checks/hicpp-avoid-goto.html
clang-tidy/checks/hicpp-braces-around-statements.html
clang-tidy/checks/hicpp-deprecated-headers.html
clang-tidy/checks/hicpp-exception-baseclass.html
clang-tidy/checks/hicpp-explicit-conversions.html
clang-tidy/checks/hicpp-function-size.html
clang-tidy/checks/hicpp-invalid-access-moved.html
clang-tidy/checks/hicpp-member-init.html
clang-tidy/checks/hicpp-move-const-arg.html
clang-tidy/checks/hicpp-multiway-paths-covered.html
clang-tidy/checks/hicpp-named-parameter.html
clang-tidy/checks/hicpp-new-delete-operators.html
clang-tidy/checks/hicpp-no-array-decay.html
clang-tidy/checks/hicpp-no-assembler.html
clang-tidy/checks/hicpp-no-malloc.html
clang-tidy/checks/hicpp-noexcept-move.html
clang-tidy/checks/hicpp-signed-bitwise.html
clang-tidy/checks/hicpp-special-member-functions.html
clang-tidy/checks/hicpp-static-assert.html
clang-tidy/checks/hicpp-undelegated-constructor.html
clang-tidy/checks/hicpp-uppercase-literal-suffix.html
clang-tidy/checks/hicpp-use-auto.html
clang-tidy/checks/hicpp-use-emplace.html
clang-tidy/checks/hicpp-use-equals-default.html
clang-tidy/checks/hicpp-use-equals-delete.html
clang-tidy/checks/hicpp-use-noexcept.html
clang-tidy/checks/hicpp-use-nullptr.html
clang-tidy/checks/hicpp-use-override.html
clang-tidy/checks/hicpp-vararg.html
clang-tidy/checks/list.html
clang-tidy/checks/llvm-header-guard.html
clang-tidy/checks/llvm-include-order.html
clang-tidy/checks/llvm-namespace-comment.html
clang-tidy/checks/llvm-twine-local.html
clang-tidy/checks/misc-definitions-in-headers.html
clang-tidy/checks/misc-misplaced-const.html
clang-tidy/checks/misc-new-delete-overloads.html
clang-tidy/checks/misc-non-copyable-objects.html
clang-tidy/checks/misc-non-private-member-variables-in-classes.html
clang-tidy/checks/misc-redundant-expression.html
clang-tidy/checks/misc-static-assert.html
clang-tidy/checks/misc-throw-by-value-catch-by-reference.html
clang-tidy/checks/misc-unconventional-assign-operator.html
clang-tidy/checks/misc-uniqueptr-reset-release.html
clang-tidy/checks/misc-unused-alias-decls.html
clang-tidy/checks/misc-unused-parameters.html
clang-tidy/checks/misc-unused-using-decls.html
clang-tidy/checks/modernize-avoid-bind.html
clang-tidy/checks/modernize-avoid-c-arrays.html
clang-tidy/checks/modernize-concat-nested-namespaces.html
clang-tidy/checks/modernize-deprecated-headers.html
clang-tidy/checks/modernize-deprecated-ios-base-aliases.html
clang-tidy/checks/modernize-loop-convert.html
clang-tidy/checks/modernize-make-shared.html
clang-tidy/checks/modernize-make-unique.html
clang-tidy/checks/modernize-pass-by-value.html
clang-tidy/checks/modernize-raw-string-literal.html
clang-tidy/checks/modernize-redundant-void-arg.html
clang-tidy/checks/modernize-replace-auto-ptr.html
clang-tidy/checks/modernize-replace-random-shuffle.html
clang-tidy/checks/modernize-return-braced-init-list.html
clang-tidy/checks/modernize-shrink-to-fit.html
clang-tidy/checks/modernize-unary-static-assert.html
clang-tidy/checks/modernize-use-auto.html
clang-tidy/checks/modernize-use-bool-literals.html
clang-tidy/checks/modernize-use-default-member-init.html
clang-tidy/checks/modernize-use-default.html
clang-tidy/checks/modernize-use-emplace.html
clang-tidy/checks/modernize-use-equals-default.html
clang-tidy/checks/modernize-use-equals-delete.html
clang-tidy/checks/modernize-use-nodiscard.html
clang-tidy/checks/modernize-use-noexcept.html
clang-tidy/checks/modernize-use-nullptr.html
clang-tidy/checks/modernize-use-override.html
clang-tidy/checks/modernize-use-transparent-functors.html
clang-tidy/checks/modernize-use-uncaught-exceptions.html
clang-tidy/checks/modernize-use-using.html
clang-tidy/checks/mpi-buffer-deref.html
clang-tidy/checks/mpi-type-mismatch.html
clang-tidy/checks/objc-avoid-nserror-init.html
clang-tidy/checks/objc-avoid-spinlock.html
clang-tidy/checks/objc-forbidden-subclassing.html
clang-tidy/checks/objc-property-declaration.html
clang-tidy/checks/performance-faster-string-find.html
clang-tidy/checks/performance-for-range-copy.html
clang-tidy/checks/performance-implicit-cast-in-loop.html
clang-tidy/checks/performance-implicit-conversion-in-loop.html
clang-tidy/checks/performance-inefficient-algorithm.html
clang-tidy/checks/performance-inefficient-string-concatenation.html
clang-tidy/checks/performance-inefficient-vector-operation.html
clang-tidy/checks/performance-move-const-arg.html
clang-tidy/checks/performance-move-constructor-init.html
clang-tidy/checks/performance-noexcept-move-constructor.html
clang-tidy/checks/performance-type-promotion-in-math-fn.html
clang-tidy/checks/performance-unnecessary-copy-initialization.html
clang-tidy/checks/performance-unnecessary-value-param.html
clang-tidy/checks/portability-simd-intrinsics.html
clang-tidy/checks/readability-avoid-const-params-in-decls.html
clang-tidy/checks/readability-braces-around-statements.html
clang-tidy/checks/readability-const-return-type.html
clang-tidy/checks/readability-container-size-empty.html
clang-tidy/checks/readability-delete-null-pointer.html
clang-tidy/checks/readability-deleted-default.html
clang-tidy/checks/readability-else-after-return.html
clang-tidy/checks/readability-function-size.html
clang-tidy/checks/readability-identifier-naming.html
clang-tidy/checks/readability-implicit-bool-cast.html
clang-tidy/checks/readability-implicit-bool-conversion.html
clang-tidy/checks/readability-inconsistent-declaration-parameter-name.html
clang-tidy/checks/readability-isolate-declaration.html
clang-tidy/checks/readability-magic-numbers.html
clang-tidy/checks/readability-misleading-indentation.html
clang-tidy/checks/readability-misplaced-array-index.html
clang-tidy/checks/readability-named-parameter.html
clang-tidy/checks/readability-non-const-parameter.html
clang-tidy/checks/readability-redundant-control-flow.html
clang-tidy/checks/readability-redundant-declaration.html
clang-tidy/checks/readability-redundant-function-ptr-dereference.html
clang-tidy/checks/readability-redundant-member-init.html
clang-tidy/checks/readability-redundant-preprocessor.html
clang-tidy/checks/readability-redundant-smartptr-get.html
clang-tidy/checks/readability-redundant-string-cstr.html
clang-tidy/checks/readability-redundant-string-init.html
clang-tidy/checks/readability-simplify-boolean-expr.html
clang-tidy/checks/readability-simplify-subscript-expr.html
clang-tidy/checks/readability-static-accessed-through-instance.html
clang-tidy/checks/readability-static-definition-in-anonymous-namespace.html
clang-tidy/checks/readability-string-compare.html
clang-tidy/checks/readability-uniqueptr-delete-release.html
clang-tidy/checks/readability-uppercase-literal-suffix.html
clang-tidy/checks/zircon-temporary-objects.html

sent 2,402,790 bytes  received 6,832 bytes  1,606,414.67 bytes/sec
total size is 3,126,977  speedup is 1.30


More information about the www-scripts mailing list