This is an archive of the discontinued LLVM Phabricator instance.

LangRef: add a note about the mangling-suppressing \01 prefix
ClosedPublic

Authored by hans on Jul 30 2014, 11:48 AM.

Details

Summary

Someone asked about this on IRC the other day, and I couldn't find the magic prefix documented anywhere.

Diff Detail

Event Timeline

hans updated this revision to Diff 12039.Jul 30 2014, 11:48 AM
hans retitled this revision from to LangRef: add a note about the mangling-suppressing \01 prefix.
hans updated this object.
hans edited the test plan for this revision. (Show Details)
hans added a reviewer: rnk.
hans added subscribers: Unknown Object (MLST), hansw.
rnk accepted this revision.Jul 30 2014, 1:03 PM
rnk edited edge metadata.

lgtm

We should make the windows name mangler treat '?' as special so we don't need to add \01 to all C++ names. It's been slowly driving me insane.

This revision is now accepted and ready to land.Jul 30 2014, 1:03 PM
hans closed this revision.Jul 30 2014, 1:11 PM
hans updated this revision to Diff 12044.

Closed by commit rL214329 (authored by @hans).