Go to file
Kit Barton e50adcb6b1 [PPC] Move argument range checks for HTM and crypto builtins to Sema
The argument range checks for the HTM and Crypto builtins were implemented in
CGBuiltin.cpp, not in Sema. This change moves them to the appropriate location
in SemaChecking.cpp. It requires the creation of a new method in the Sema class
to do checks for PPC-specific builtins.

http://reviews.llvm.org/D8672

llvm-svn: 233586
2015-03-30 19:40:59 +00:00
clang [PPC] Move argument range checks for HTM and crypto builtins to Sema 2015-03-30 19:40:59 +00:00
clang-tools-extra Fix false positive on anonymous namespaces in headers. 2015-03-24 15:21:45 +00:00
compiler-rt Add another sanity check for swapcontext, which is currently unsupported. Patch by Alexey Samsonov! 2015-03-27 20:40:23 +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 fast_distance builtin 2015-03-23 18:10:04 +00:00
libcxx While testing Erik's code coverage scripts, I found a hole in the test suite - vector::assign where a reallocation was not required had no tests. Add some 2015-03-30 16:07:11 +00:00
libcxxabi Don't print debugging messages to stdout. 2015-03-19 09:17:21 +00:00
lld [ELF] Use override keyword instead of virtual 2015-03-30 15:07:16 +00:00
lldb Work around lack of %zd printf format specifier in MSVC libs. 2015-03-30 17:46:36 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm IR: Use the new DebugLoc API, NFC 2015-03-30 19:40:05 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Drop some CLooG leftovers 2015-03-30 17:56:50 +00:00