[all-commits] [llvm/llvm-project] fc5f14: [clang-tidy] Ignore declarations in bugprone-excep...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Sun Apr 30 11:24:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc5f14c5fe78997fb01f9e921b0225f643171fe2
      https://github.com/llvm/llvm-project/commit/fc5f14c5fe78997fb01f9e921b0225f643171fe2
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-04-30 (Sun, 30 Apr 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape.cpp

  Log Message:
  -----------
  [clang-tidy] Ignore declarations in bugprone-exception-escape

Warnings will now only be printed for function definitions, not declarations

Reviewed By: isuckatcs

Differential Revision: https://reviews.llvm.org/D148462




More information about the All-commits mailing list