[all-commits] [llvm/llvm-project] 65299c: [clang-tidy][docs] Use std::optional instead of ab...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Sat Jun 11 12:08:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65299c9c652f3ce4958011ffe28119d0eff0f38d
      https://github.com/llvm/llvm-project/commit/65299c9c652f3ce4958011ffe28119d0eff0f38d
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2022-06-11 (Sat, 11 Jun 2022)

  Changed paths:
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst

  Log Message:
  -----------
  [clang-tidy][docs] Use std::optional instead of absl::optional in examples

The standard type is vastly more popular than the Abseil polyfill, so it
makes more sense to use it in documentation, even though the checker
actually understands both (and that fact is documented already).


  Commit: 11f75e0a2dfa1455eee097dfa72686d8a4dc7802
      https://github.com/llvm/llvm-project/commit/11f75e0a2dfa1455eee097dfa72686d8a4dc7802
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2022-06-11 (Sat, 11 Jun 2022)

  Changed paths:
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst

  Log Message:
  -----------
  [clang-tidy][docs] Remove an unintentional paragraph break


Compare: https://github.com/llvm/llvm-project/compare/7dee646b28bf...11f75e0a2dfa


More information about the All-commits mailing list