[all-commits] [llvm/llvm-project] a94c44: [clang-tidy] Added a new option to lambda-function...

FĂ©lix-Antoine Constantin via All-commits all-commits at lists.llvm.org
Wed Aug 16 08:04:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a94c44cc0a5601e977b5cc1d2cfdee1488be62e9
      https://github.com/llvm/llvm-project/commit/a94c44cc0a5601e977b5cc1d2cfdee1488be62e9
  Author: Felix <felix-antoine.constantin at polymtl.ca>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone/lambda-function-name.rst
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/lambda-function-name.cpp

  Log Message:
  -----------
  [clang-tidy] Added a new option to lambda-function-name to ignore warnings in macro expansion

Improved check lambda-function-name with option IgnoreMacros to ignore warnings in macro expansion.
Relates to #62857 (https://github.com/llvm/llvm-project/issues/62857)

Reviewed By: PiotrZSL

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




More information about the All-commits mailing list