[all-commits] [llvm/llvm-project] 32d565: [clang-tidy] Fix crash in readability-function-cog...

Zinovy Nis via All-commits all-commits at lists.llvm.org
Sun Oct 11 08:53:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 32d565b4618d31511e79dbe77aae8d456f2bf466
      https://github.com/llvm/llvm-project/commit/32d565b4618d31511e79dbe77aae8d456f2bf466
  Author: Zinovy Nis <zinovy.nis at gmail.com>
  Date:   2020-10-11 (Sun, 11 Oct 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity.cpp
    M clang/docs/LibASTMatchersReference.html
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp

  Log Message:
  -----------
  [clang-tidy] Fix crash in readability-function-cognitive-complexity on weak refs

Fix for https://bugs.llvm.org/show_bug.cgi?id=47779

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




More information about the All-commits mailing list