summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-04 17:16:12 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-04 17:16:12 +0000
commit8f45ddf5d9951e7a1245a8f8c5e9c2a460f647bb (patch)
tree05ebba2e957264e61a21ec63e1f863d5b668c8ca /clang/lib/CodeGen/CodeGenModule.cpp
parent08db461ca7b77bc3b0030c4eefc49b71af1b703e (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud