Go to file
Anastasia Stulova b607e0f238 [OpenCL] Eliminate warning when declaring OpenCL builtin functions.
OpenCL builtin functions are usually declared in header files.
Currently clang emits warning for OpenCL builtin functions
which have the same name as standard C library functions.

This commit eliminates such warnings by not adding the C standard
includes following the restriction from OpenCL v1.2 s6.9.f.

Patch by Liu Yaxun (Sam)!

Review: http://reviews.llvm.org/D16692
llvm-svn: 259491
2016-02-02 11:29:43 +00:00
clang [OpenCL] Eliminate warning when declaring OpenCL builtin functions. 2016-02-02 11:29:43 +00:00
clang-tools-extra Fix build problem by lower SmallSet<N> to a reasonable value 2016-02-01 22:18:58 +00:00
compiler-rt [asan] Fix internal CHECK failure on double free in recovery mode. 2016-02-02 07:32:24 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [docs] Remove references to autoconf build. 2016-01-30 01:11:42 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] Implemented -Bsymbolic-functions command line option 2016-02-02 09:28:53 +00:00
lldb Fix single-stepping onto a breakpoint 2016-02-02 10:40:56 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm WebAssembly: add option to disable register coloring 2016-02-02 09:30:01 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly www: Mark full/partial tile separation for vectorization as 'done' 2016-02-02 09:55:59 +00:00