This is an archive of the discontinued LLVM Phabricator instance.

Removed DEBUG_TYPE from TokenAnalyzer.h
ClosedPublic

Authored by krasimir on Nov 28 2016, 7:36 AM.

Details

Summary

Defining DEBUG_TYPE in a header file doesn't make sense.
It is already defined in the corresponding source file.

Event Timeline

krasimir updated this revision to Diff 79402.Nov 28 2016, 7:36 AM
krasimir retitled this revision from to Removed DEBUG_TYPE from TokenAnalyzer.h.
krasimir updated this object.
krasimir added a reviewer: ioeric.
klimek accepted this revision.Nov 28 2016, 7:39 AM
klimek added a reviewer: klimek.

LG

This revision is now accepted and ready to land.Nov 28 2016, 7:39 AM

@klimek, please land (no commit rights yet)

ioeric edited edge metadata.Nov 28 2016, 10:30 AM

Since you are applying for commit access (and the change here is not urgent), you can probably test commit access by landing this patch.

This revision was automatically updated to reflect the committed changes.