[PATCH] D87527: [ASTMatchers] Fix `hasBody` for the descendants of `FunctionDecl`
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 10:18:49 PDT 2020
baloghadamsoftware added a comment.
In D87527#2268348 <https://reviews.llvm.org/D87527#2268348>, @whisperity wrote:
> What about http://clang.llvm.org/doxygen/classclang_1_1CXXConversionDecl.html ?
That is part of "etc.". It works for all current and future descendants of `FunctionDecl` now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87527/new/
https://reviews.llvm.org/D87527
More information about the cfe-commits
mailing list