summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2017-02-10 02:44:23 +0000
committerMehdi Amini <mehdi.amini@apple.com>2017-02-10 02:44:23 +0000
commit48b4b047005f5680452dcaa0a4811fb3b2cfb8bb (patch)
tree8a1300ac8987087c2cf781c8c20524e1cb8df128 /llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
parent21136c0273502c91e4506a0d5686eaeb69cdc567 (diff)
downloadbcm5719-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/WebAssembly/WebAssemblySubtarget.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud