[all-commits] [llvm/llvm-project] 12251c: Correct documentation for the refersToType AST mat...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Jan 20 12:37:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12251c64548785cb70b09ffd3ba91f639660341f
      https://github.com/llvm/llvm-project/commit/12251c64548785cb70b09ffd3ba91f639660341f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M clang/docs/LibASTMatchersReference.html
    M clang/include/clang/ASTMatchers/ASTMatchers.h

  Log Message:
  -----------
  Correct documentation for the refersToType AST matcher

The docs used a nonexisting matcher that caused some confusion. It has
now been replaced with the correct syntax.

Fixes #58044




More information about the All-commits mailing list