Fix the documentation for the hasBody AST matcher
authorAaron Ballman <aaron@aaronballman.com>
Tue, 10 Jan 2023 15:38:07 +0000 (10:38 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 10 Jan 2023 15:39:30 +0000 (10:39 -0500)
commit44a080eee52abdf3c88aff7df399ec23f445484d
tree79b992c3dc510dbd301136832560dd9d97836033
parent2aa471bd92dfd9a682e1287840a4ced5d9f36c84
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.
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h