Go to file
Alexey Bataev 2c485a7003 PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration, by Denis Zobnin
Allow "mode" attribute to be applied to VarDecl, not ValueDecl (which includes FunctionDecl and EnumConstantDecl), emit an error if this attribute is used with function declarations and enum constants.
Differential Revision: http://reviews.llvm.org/D16112

llvm-svn: 257868
2016-01-15 04:36:32 +00:00
clang PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration, by Denis Zobnin 2016-01-15 04:36:32 +00:00
clang-tools-extra Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
compiler-rt [tsan] Store the pointer to ThreadState in TLS slot on Android. 2016-01-15 03:39:04 +00:00
debuginfo-tests
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Tame a -Wunknown-attributes warning 2016-01-13 23:27:08 +00:00
libcxxabi [WebAssembly] Accomodate wasm's 128-bit long double. 2016-01-13 16:39:30 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF/AArch64] Add support for R_AARCH64_LDST16_ABS_LO12_NC relocation. 2016-01-15 01:49:51 +00:00
lldb The ASAN report fetching code had two latent bugs: 2016-01-15 01:03:50 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [docs] Document LLVM_{BUILD,LINK}_LLVM_DYLIB 2016-01-15 03:33:35 +00:00
openmp Don't use __DATE__ or __TIME__; it breaks release builds (PR26145) 2016-01-14 23:18:20 +00:00
polly Prepare unit tests for update to ISL 0.16 2016-01-15 00:48:42 +00:00