This is an archive of the discontinued LLVM Phabricator instance.

[FileCheck] Fix fct param immediate comment style
AbandonedPublic

Authored by thopre on Jun 19 2019, 3:14 AM.

Details

Summary

Fix style of comments for immediate as function parameters in FileCheck
to use /*Foo=*/Value instead of Value /*Foo*/.

Event Timeline

thopre created this revision.Jun 19 2019, 3:14 AM
This revision is now accepted and ready to land.Jun 19 2019, 6:50 AM
thopre abandoned this revision.Jun 20 2019, 2:42 AM

LGTM.

My apologies, just realize that all occurences at this point in the patch series are added by patches not yet approved so I've updated the patch series instead and am dropping this one. There are 2 occurences in the code base at the moment that will be gone when patch 8/12 gets approved, I don't feel it's worth doing a separate commit.