[all-commits] [llvm/llvm-project] 1eeb2e: [clang-tidy] Handle specialization of user-defined...

flovent via All-commits all-commits at lists.llvm.org
Tue Mar 3 05:29:43 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1eeb2eccf8b2397c49aaeefde61257c5be6fc905
      https://github.com/llvm/llvm-project/commit/1eeb2eccf8b2397c49aaeefde61257c5be6fc905
  Author: flovent <flbven at protonmail.com>
  Date:   2026-03-03 (Tue, 03 Mar 2026)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/StdNamespaceModificationCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/system-header-simulation.h
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/std-namespace-modification.cpp

  Log Message:
  -----------
  [clang-tidy] Handle specialization of user-defined type in `bugprone-std-namespace-modification` (#183984)

Ignore `templateSpecializationType` based on user-define classes too.

Fixes #183752



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list