Go to file
Tim Northover 58d2bb12ff ARM: fix AST for __builtin_arm_strex call
The AST was constructed so that this builtin returned the default BoolTy and
since I'd opted for custom SemaChecking, I should have set it properly at that
point.

This caused an assertion failure when the types didn't match up with what we
generated. This makes it return an IntTy, which is as good as anything.

llvm-svn: 193606
2013-10-29 12:32:58 +00:00
clang ARM: fix AST for __builtin_arm_strex call 2013-10-29 12:32:58 +00:00
clang-tools-extra Refactoring transform-specific options 2013-10-17 17:57:36 +00:00
compiler-rt tsan/asan: support pthread_setname_np to set thread names 2013-10-29 10:30:39 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Clean-up dependency files 2013-10-23 02:49:33 +00:00
libcxx Update status of issues 2013-10-23 05:59:18 +00:00
libcxxabi Move local Db type out to namespace scope. 2013-10-22 16:45:48 +00:00
lld [FileToMutable] Garbage collect unused private member 2013-10-29 05:33:52 +00:00
lldb <rdar://problem/15144376> 2013-10-29 00:28:35 +00:00
llvm Quick-fix DebugInfo build on Windows 2013-10-29 12:13:22 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Fix a typo in my family name. Tobias: ;) 2013-10-29 11:05:18 +00:00