This is an archive of the discontinued LLVM Phabricator instance.

Add clang-query check for hasUnderlyingType() narrowing matcher
AbandonedPublic

Authored by LegalizeAdulthood on Mar 8 2015, 8:34 AM.

Details

Summary

Gives an example of how to use hasUnderlyingType() in clang-query and also serves as an integration test for that narrowing matcher

Diff Detail

Event Timeline

LegalizeAdulthood retitled this revision from to Add clang-query check for hasUnderlyingType() narrowing matcher.
LegalizeAdulthood updated this object.
LegalizeAdulthood edited the test plan for this revision. (Show Details)
LegalizeAdulthood added a subscriber: Unknown Object (MLST).

See http://reviews.llvm.org/D8149 for the matcher

LegalizeAdulthood abandoned this revision.May 16 2015, 3:53 PM

Abandoned in favor of unit tests in the matcher library.