[all-commits] [llvm/llvm-project] 72efe1: Reapply 44c0719e77b37374c89b7fc1320664ebb404323d w...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Thu Jan 30 12:25:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72efe15c2bf262607420f81ab3b3b52f82698b4b
      https://github.com/llvm/llvm-project/commit/72efe15c2bf262607420f81ab3b3b52f82698b4b
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-01-30 (Thu, 30 Jan 2025)

  Changed paths:
    M clang/include/clang/AST/DynamicRecursiveASTVisitor.h

  Log Message:
  -----------
  Reapply 44c0719e77b37374c89b7fc1320664ebb404323d with fix; NFC (#125100)

Silence MSVC warnings; NFC
After the changes to DynamicRecursiveASTVisitor, we started getting
several warnings from MSVC like:

warning C4661: 'bool
clang::DynamicRecursiveASTVisitorBase<false>::WalkUpFromNamedDecl(clang::NamedDecl
*)': no suitable definition provided for explicit template instantiation
request

These changes silence the warnings by providing a definition for those
functions.



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