[all-commits] [llvm/llvm-project] 405b6c: Convert SpecialCaseList::Sections from StringMap t...

Qinkun Bao via All-commits all-commits at lists.llvm.org
Thu May 15 11:31:17 PDT 2025


  Branch: refs/heads/users/qinkunbao/sanitizer-allowlist
  Home:   https://github.com/llvm/llvm-project
  Commit: 405b6c1e5a5cd087009f2daa71379a37f80aa71c
      https://github.com/llvm/llvm-project/commit/405b6c1e5a5cd087009f2daa71379a37f80aa71c
  Author: Qinkun Bao <qinkun at google.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/ProfileList.cpp
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M llvm/include/llvm/Support/SpecialCaseList.h
    M llvm/lib/Support/SpecialCaseList.cpp

  Log Message:
  -----------
  Convert SpecialCaseList::Sections from StringMap to vector.

In this way, SpecialCaseList::Sections can keep the order of Sections
when parsing the case list.

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/140115



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