[all-commits] [llvm/llvm-project] 81fb5a: [libc++] Fixes clang-tidy plugin for clang-tidy 17.

Mark de Wever via All-commits all-commits at lists.llvm.org
Wed May 24 09:07:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81fb5a0e1cf8550ad20700ea1461030de0bc052d
      https://github.com/llvm/llvm-project/commit/81fb5a0e1cf8550ad20700ea1461030de0bc052d
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M libcxx/test/tools/clang_tidy_checks/uglify_attributes.cpp

  Log Message:
  -----------
  [libc++] Fixes clang-tidy plugin for clang-tidy 17.

When using with clang-tidy 17 Node.getAttrName() sometimes returns a
nullptr. This caused segfaults in the CI.

Reviewed By: philnik, #libc

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




More information about the All-commits mailing list