[all-commits] [llvm/llvm-project] b44bc0: [clang-tidy][NFC] Expose HeuristicResolver::lookup...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sat Feb 22 19:43:18 PST 2025


  Branch: refs/heads/users/HighCommander4/lookupdependentname-clangtidy
  Home:   https://github.com/llvm/llvm-project
  Commit: b44bc0bb4772ff503c8d93430331606d2f2356e3
      https://github.com/llvm/llvm-project/commit/b44bc0bb4772ff503c8d93430331606d2f2356e3
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2025-02-22 (Sat, 22 Feb 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/StandaloneEmptyCheck.cpp
    M clang/include/clang/Sema/HeuristicResolver.h
    M clang/lib/Sema/HeuristicResolver.cpp

  Log Message:
  -----------
  [clang-tidy][NFC] Expose HeuristicResolver::lookupDependentName() and use it in StandaloneEmptyCheck

The use replaces CXXRecordDecl::lookupDependentName() which
HeuristicResolver aims to supersede.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list