diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2017-02-10 02:44:23 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2017-02-10 02:44:23 +0000 |
| commit | 48b4b047005f5680452dcaa0a4811fb3b2cfb8bb (patch) | |
| tree | 8a1300ac8987087c2cf781c8c20524e1cb8df128 /llvm/lib/Target/PowerPC/PPCBranchSelector.cpp | |
| parent | 21136c0273502c91e4506a0d5686eaeb69cdc567 (diff) | |
| download | bcm5719-llvm-48b4b047005f5680452dcaa0a4811fb3b2cfb8bb.tar.gz bcm5719-llvm-48b4b047005f5680452dcaa0a4811fb3b2cfb8bb.zip | |
Fully qualify (preprend ::) calls to math functions from libc
Summary:
This can cause a compile failure in cases like:
double log(double);
namespace foo {
namespace log {}
}
using namespace foo;
void bar(int i) {
log((double)i);
}
Reviewers: EricWF, mclow.lists
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D29804
llvm-svn: 294696
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCBranchSelector.cpp')
0 files changed, 0 insertions, 0 deletions

