[all-commits] [llvm/llvm-project] 44a080: Fix the documentation for the hasBody AST matcher

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Jan 10 07:39:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44a080eee52abdf3c88aff7df399ec23f445484d
      https://github.com/llvm/llvm-project/commit/44a080eee52abdf3c88aff7df399ec23f445484d
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

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

  Log Message:
  -----------
  Fix the documentation for the hasBody AST matcher

The problem was whitespace between the comment and the code for the
matcher. Rather than fix the script, I went the easier route and
removed the offending newline. If this problem comes up again though,
we should consider making the script less fragile.




More information about the All-commits mailing list