Requires hasCastKind arguments to have CK_ prefixed to bring it in line with the documentation and other matchers that take enumerations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D77503
[ASTMatchers] Fixed CastKind being parsed incorrectly for dynamic matchers ClosedPublic Authored by njames93 on Apr 5 2020, 9:45 AM.
Details Summary Requires hasCastKind arguments to have CK_ prefixed to bring it in line with the documentation and other matchers that take enumerations.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 9 2020, 7:05 AM Closed by commit rGdb71354e4ff1: [ASTMatchers] Fixed CastKind being parsed incorrectly for dynamic matchers (authored by njames93). · Explain WhyApr 9 2020, 7:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 256302 clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/Dynamic/Marshallers.h
clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
|