diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-04 17:16:12 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-04 17:16:12 +0000 |
commit | 8f45ddf5d9951e7a1245a8f8c5e9c2a460f647bb (patch) | |
tree | 05ebba2e957264e61a21ec63e1f863d5b668c8ca /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 08db461ca7b77bc3b0030c4eefc49b71af1b703e (diff) | |
download | bcm5719-llvm-8f45ddf5d9951e7a1245a8f8c5e9c2a460f647bb.tar.gz bcm5719-llvm-8f45ddf5d9951e7a1245a8f8c5e9c2a460f647bb.zip |
Use isExternalLinkage instead of hasExternalLinkage.
Having these not be the same makes an easy to misuse API. We should audit the
uses and probably rename to something like
foo->hasExternalLinkage():
The c++ standard one. That is UniqueExternalLinkage or ExternalLinkage.
foo->hasUniqueExternalLinkage():
Is UniqueExternalLinkage.
foo->hasCogeGenExternalLinkage():
Is ExternalLinkage.
llvm-svn: 178768
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions