[all-commits] [llvm/llvm-project] 583a25: [clang-tidy] Don't replace typedefs in extern c sc...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Tue Dec 26 02:20:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 583a2583bb5f53b7b2cbd3d2043c0b2ac286464f
      https://github.com/llvm/llvm-project/commit/583a2583bb5f53b7b2cbd3d2043c0b2ac286464f
  Author: Da-Viper <57949090+Da-Viper at users.noreply.github.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize/use-using.rst
    A clang-tools-extra/test/clang-tidy/checkers/modernize/use-using-ignore-extern-c.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize/use-using.cpp

  Log Message:
  -----------
  [clang-tidy] Don't replace typedefs in extern c scope (#69102)

Added IgnoreExternC option to modernize-use-using check.
Fixes #35272


  Commit: 7a48039eb79fc887f473e80618b6bc98effea077
      https://github.com/llvm/llvm-project/commit/7a48039eb79fc887f473e80618b6bc98effea077
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp

  Log Message:
  -----------
  [clang-tidy] Fix compilation of modernize-use-using check

Fix compilation issue introduced by #69102.


Compare: https://github.com/llvm/llvm-project/compare/34621aa81f63...7a48039eb79f


More information about the All-commits mailing list