This is an archive of the discontinued LLVM Phabricator instance.

Fix a missing comma between two string literals.
ClosedPublic

Authored by etienneb on Mar 24 2016, 11:21 AM.

Details

Summary

The two literals are currently appended.

I'm not sure what was broken by this. Please double check carefully.

Silly bug found by an on-going checker for clang-tidy.

Diff Detail

Event Timeline

etienneb updated this revision to Diff 51574.Mar 24 2016, 11:21 AM
etienneb retitled this revision from to Fix a missing comma between two string literals..
etienneb updated this object.
etienneb added reviewers: alexfh, rnk.
etienneb added a subscriber: cfe-commits.
rnk accepted this revision.Mar 24 2016, 11:28 AM
rnk added a reviewer: arsenm.
rnk edited edge metadata.

lgtm, I'd go ahead and land this. I cc'd Matt Arsenault. He works on AMD GPU stuff.

This revision is now accepted and ready to land.Mar 24 2016, 11:30 AM
etienneb closed this revision.Mar 24 2016, 11:34 AM