This is an archive of the discontinued LLVM Phabricator instance.

Add GUID/getGlobalIdentifier() non-static API to global value
ClosedPublic

Authored by mehdi_amini on Mar 21 2016, 3:38 PM.

Details

Summary

These are just helpers calling their static counter part to
simplify client code.

Diff Detail

Event Timeline

mehdi_amini updated this revision to Diff 51240.
mehdi_amini retitled this revision from to Add GUID/getGlobalIdentifier() non-static API to global value.
mehdi_amini updated this object.
mehdi_amini added a reviewer: tejohnson.
mehdi_amini added a subscriber: llvm-commits.

clang-format

tejohnson accepted this revision.Mar 21 2016, 3:44 PM
tejohnson edited edge metadata.
tejohnson added inline comments.
include/llvm/IR/GlobalValue.h
319

doxygen comments on new methods

This revision is now accepted and ready to land.Mar 21 2016, 3:44 PM
mehdi_amini edited edge metadata.

Add doxygen.