I could not find a way to match signedness of integers in the AST, so I'm adding these two matchers.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D22222
[ASTMatchers] isSignedInteger() and isUnsignedInteger() ClosedPublic Authored by courbet on Jul 11 2016, 9:03 AM.
Details
Summary I could not find a way to match signedness of integers in the AST, so I'm adding these two matchers.
Diff Detail Event Timelinecourbet updated this object. aaron.ballman edited edge metadata. Comment ActionsPlease regenerate the public docs (using dump_ast_matchers.py). Otherwise, LGTM! This revision is now accepted and ready to land.Jul 11 2016, 10:00 AM
Revision Contents
Diff 63644 docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
|