[all-commits] [llvm/llvm-project] f30257: Correct documentation for the hasBody() AST matche...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue Jan 10 06:55:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f30257ea9f34b36597067554a45a266dc914b5a7
https://github.com/llvm/llvm-project/commit/f30257ea9f34b36597067554a45a266dc914b5a7
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
Log Message:
-----------
Correct documentation for the hasBody() AST matcher; NFC
Note, when regenerating the documentation for this change, no changes
were made to the HTML file. There is an existing bug with the AST
matcher python script that fails to handle hasBody() specifically. So
this commit is to correct the internal documentation but another change
will be needed to fix the public documentation.
More information about the All-commits
mailing list