Simple matcher for parentheses in expressions.
Test Plan:
Unit tests. I also verified that the matcher can be used in clang-query.
| Paths 
 |  Differential  D16278  
ASTMatcher for ParenExpr node. ClosedPublic Authored by adek05 on Jan 17 2016, 2:02 PM. 
Details 
 Summary Simple matcher for parentheses in expressions. Test Plan: 
Diff Detail Event Timelineadek05 updated this object. klimek edited edge metadata.Comment Actions LG 
 This revision is now accepted and ready to land.Jan 17 2016, 10:29 PM Comment Actions Is the AST Matcher Reference page generated from the header and picks up this new matcher automatically or does the documentation also need an update? Comment Actions 
 Documentation also needs an update Comment Actions I have a few small nits that don't require additional review. 
 
Revision Contents 
 
 
Diff 45344 docs/LibASTMatchersReference.html
 
 include/clang/ASTMatchers/ASTMatchers.h
 lib/ASTMatchers/Dynamic/Registry.cpp
 unittests/ASTMatchers/ASTMatchersTest.cpp
 unittests/ASTMatchers/Dynamic/RegistryTest.cpp
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Add '.' in the end.