[all-commits] [llvm/llvm-project] 39a72b: [Clang] [NFC] Introduce `ConstDynamicRecursiveASTV...

Sirraide via All-commits all-commits at lists.llvm.org
Wed Jan 29 07:14:40 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39a72be5e59c9a80570c1085a769593e2f26f054
      https://github.com/llvm/llvm-project/commit/39a72be5e59c9a80570c1085a769593e2f26f054
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M clang/include/clang/AST/DynamicRecursiveASTVisitor.h
    M clang/lib/AST/DynamicRecursiveASTVisitor.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefMemberChecker.cpp

  Log Message:
  -----------
  [Clang] [NFC] Introduce `ConstDynamicRecursiveASTVisitor` (reland) (#124821)

This relands #122991 (eeefa72).

The last attempt at landing this caused some problems; I’m not entirely
sure what happened, but it might have been due to an unnecessary use
of the `template` keyword in a few places. This removes that and attempts
to land the change again.



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