This is an archive of the discontinued LLVM Phabricator instance.

Enable the test for hasArraySize() AST matcher in all language modes
ClosedPublic

Authored by gribozavr on Jul 16 2020, 10:07 AM.

Details

Summary

In C++11 and later Clang generates an implicit conversion from int to
size_t in the AST.

Diff Detail

Event Timeline

gribozavr created this revision.Jul 16 2020, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2020, 10:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 retitled this revision from Enable the test for hasArraySize() in all language modes to Enable the test for hasArraySize() AST matcher in all language modes.
hokein accepted this revision.Jul 20 2020, 12:58 AM
This revision is now accepted and ready to land.Jul 20 2020, 12:58 AM
This revision was automatically updated to reflect the committed changes.