[all-commits] [llvm/llvm-project] 22db1f: [include-cleaner] Treat a constructor call as a us...

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu Jan 12 04:17:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22db1fb10b8384907b43408f5d2703f96f806bc2
      https://github.com/llvm/llvm-project/commit/22db1fb10b8384907b43408f5d2703f96f806bc2
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M clang-tools-extra/include-cleaner/lib/WalkAST.cpp
    M clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp

  Log Message:
  -----------
  [include-cleaner] Treat a constructor call as a use of the class type.

Per the discussion in https://github.com/llvm/llvm-project/issues/59916.

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




More information about the All-commits mailing list