This is an archive of the discontinued LLVM Phabricator instance.

Fix mismatched enum value name and diagnostic text.
ClosedPublic

Authored by dougk on Nov 9 2016, 9:49 AM.

Details

Summary

ExpectedFunctionGlobalVarMethodOrProperty would previously say "functions and global variables" instead of "functions, methods, properties, and global variables"

The newly added ExpectedFunctionOrGlobalVariable says "functions and global variables"

Diff Detail

Repository
rL LLVM

Event Timeline

dougk updated this revision to Diff 77364.Nov 9 2016, 9:49 AM
dougk retitled this revision from to Fix mismatched enum value name and diagnostic text..
dougk updated this object.
dougk added a reviewer: aaron.ballman.
dougk added a subscriber: cfe-commits.
dougk updated this revision to Diff 77367.Nov 9 2016, 9:54 AM

inadvertent omission of attr-section.c test

aaron.ballman accepted this revision.Nov 10 2016, 6:49 AM
aaron.ballman edited edge metadata.

LGTM, thank you for this!

This revision is now accepted and ready to land.Nov 10 2016, 6:49 AM
This revision was automatically updated to reflect the committed changes.