This is an archive of the discontinued LLVM Phabricator instance.

[Parser] Change parameter type from int to enum
ClosedPublic

Authored by sepavloff on Jul 29 2019, 10:03 AM.

Details

Summary

Some parser functions accept argument of type unsigned while it is
actually of type DeclSpec::TST. No functional changes.

Diff Detail

Repository
rL LLVM

Event Timeline

sepavloff created this revision.Jul 29 2019, 10:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2019, 10:03 AM
This revision is now accepted and ready to land.Jul 31 2019, 9:13 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2019, 4:46 AM