[all-commits] [llvm/llvm-project] fd0615: [clang-tidy] Improved cppcoreguidelines-narrowing-...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Wed Oct 25 22:16:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd06155acb620b047fa1d586383f8738e17dbec3
      https://github.com/llvm/llvm-project/commit/fd06155acb620b047fa1d586383f8738e17dbec3
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/narrowing-conversions-ignoreconversionfromtypes-option.cpp

  Log Message:
  -----------
  [clang-tidy] Improved cppcoreguidelines-narrowing-conversions.IgnoreConversionFromTypes (#69242)

Extended IgnoreConversionFromTypes option to include
types without a declaration, such as built-in types.




More information about the All-commits mailing list