This change adds a new AST matcher for block expressions.
Test Notes:
Ran the clang unit tests.
Paths
| Differential D55546
[clang] Add AST matcher for block expressions ๐ ClosedPublic Authored by stephanemoore on Dec 10 2018, 8:22 PM.
Details Summary This change adds a new AST matcher for block expressions. Test Notes:
Diff Detail
Event TimelineComment Actions Please let me know if I missed anything as part of this proposed change. I tried my best to determine how to make this change appropriately based on previous submissions and documentation but I recognize that I could have missed things ๐ This revision is now accepted and ready to land.Dec 12 2018, 6:51 AM Closed by commit rL349004: [clang] Add AST matcher for block expressions ๐ (authored by stephanemoore). ยท Explain WhyDec 12 2018, 7:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 177654 docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/ASTMatchersInternal.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
|