Go to file
Aaron Ballman 1a57daf314 The file header of TrailingObjects.h suggests that TrailingObjects be inherited privately because the public APIs it exposes are not meant as part of the interface. There's no functional change because nothing currently relied on these being inherited publicly.
llvm-svn: 263474
2016-03-14 19:57:48 +00:00
clang clang-format: [JS] Handle certain cases of ASI. 2016-03-14 19:21:36 +00:00
clang-tools-extra [clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-loop-convert` check. 2016-03-14 12:41:24 +00:00
compiler-rt Fix bad regression from r263077 when building with MSVC. 2016-03-12 01:57:31 +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 math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Add failing tests that I forgot to add to the last commit 2016-03-14 17:58:54 +00:00
libcxxabi Reducing stack usage of test 2016-03-04 14:25:13 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld ELF: Update the document. 2016-03-14 19:53:52 +00:00
lldb More of the alias refactoring work! CommandAlias is now a CommandObject 2016-03-14 19:00:21 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm The file header of TrailingObjects.h suggests that TrailingObjects be inherited privately because the public APIs it exposes are not meant as part of the interface. There's no functional change because nothing currently relied on these being inherited publicly. 2016-03-14 19:57:48 +00:00
openmp Initialize two variables in kmp_tasking. 2016-03-12 00:55:17 +00:00
polly Revert "Revert "Update Polly for the removal of PreserveNames from IRBuilder stuff"" 2016-03-13 22:21:43 +00:00