[all-commits] [llvm/llvm-project] 2c58fa: [OpenMP][NFC] Clang format ParseOpenMP

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu Oct 29 23:32:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c58fa54e8fae3e03bb8d69d32ab2333de9e2697
      https://github.com/llvm/llvm-project/commit/2c58fa54e8fae3e03bb8d69d32ab2333de9e2697
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
    M clang/lib/Parse/ParseOpenMP.cpp

  Log Message:
  -----------
  [OpenMP][NFC] Clang format ParseOpenMP

ParseOpenMP.cpp was pretty much clang-formatted except a few minor
locations. Let's make it a clang formatted file.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D90440


  Commit: 30e818db91a43629c8eefdf03df86d5a98eb9c17
      https://github.com/llvm/llvm-project/commit/30e818db91a43629c8eefdf03df86d5a98eb9c17
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
    M openmp/docs/ReleaseNotes.rst
    A openmp/docs/SupportAndFAQ.rst
    A openmp/docs/_themes/llvm-openmp-theme/layout.html
    A openmp/docs/_themes/llvm-openmp-theme/static/agogo.css_t
    A openmp/docs/_themes/llvm-openmp-theme/static/bgfooter.png
    A openmp/docs/_themes/llvm-openmp-theme/static/bgtop.png
    A openmp/docs/_themes/llvm-openmp-theme/theme.conf
    M openmp/docs/conf.py
    A openmp/docs/design/GPUGenericMode.rst
    A openmp/docs/design/GPUSPMDMode.rst
    A openmp/docs/design/Offloading.rst
    A openmp/docs/design/Overview.rst
    A openmp/docs/design/Runtimes.rst
    M openmp/docs/index.rst
    A openmp/docs/optimizations/OpenMPOpt.rst
    A openmp/docs/optimizations/OpenMPUnawareOptimizations.rst
    A openmp/docs/optimizations/Overview.rst
    A openmp/docs/remarks/OptimizationRemarks.rst

  Log Message:
  -----------
  [OpenMP][Docs] Structure and content for the OpenMP documentation

This adds some initial content as well as structure to the new OpenMP
Sphinx documentation hosted at http://openmp.llvm.org/docs/ .

The content contains some useful links but most pages are still empty.

This uses a "custom" theme which is a copy of the default "agogo" one
with minor modifications to get a nicer table of content in the sidebar.
This way we can also adjust the theme as we go.

Reviewed By: jhuber6, JonChesterfield

Differential Revision: https://reviews.llvm.org/D90256


Compare: https://github.com/llvm/llvm-project/compare/35be65cb1cee...30e818db91a4


More information about the All-commits mailing list