[all-commits] [llvm/llvm-project] 429e5b: [clang-tidy] Fix crash in readability-container-si...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Thu Jun 6 10:04:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 429e5be768c21d208ab688f8dfa1399c04ec5626
      https://github.com/llvm/llvm-project/commit/429e5be768c21d208ab688f8dfa1399c04ec5626
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2024-06-06 (Thu, 06 Jun 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/readability/container-size-empty.cpp

  Log Message:
  -----------
  [clang-tidy] Fix crash in readability-container-size-empty (#94527)

Fixed crash caused by call to getCookedLiteral on
template user defined literal. Fix base on assert in getCookedLiteral
method.

Closes #94454



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