Go to file
Jim Grosbach 7422074df0 Tidy up a bit. Formatting only.
llvm-svn: 201174
2014-02-11 20:48:41 +00:00
clang Test commit -- Remove an extra newline from Toolchains.cpp 2014-02-11 20:02:34 +00:00
clang-tools-extra The diagnostic printer expects the LangOptions to still be alive. Give it one that lives at least as long as all the uses of it. This is still wrong though, we should be passing in the correct LangOpts for a given source file. 2014-02-06 22:57:16 +00:00
compiler-rt [asan] Fix Windows build. 2014-02-11 13:57:17 +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 Updated README.TXT with information about using DESTDIR and building with Ninja. 2014-01-29 20:03:28 +00:00
libcxx Fix for PR17606 - result_of (and INVOKE) works incorrectly for member function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix. 2014-02-10 17:40:28 +00:00
libcxxabi Fix PR17221 - can't catch virtual base classes when throwing derived NULL pointers. Specifically, libc++abi would crash when you tried it. 2014-02-06 04:47:02 +00:00
lld [Mips] Use the 'CHECK-NEXT' where we need to check a test output exactly 2014-02-11 07:17:09 +00:00
lldb When a multiline expression produces output, the multi-line help message is printed twice. 2014-02-11 19:11:11 +00:00
llvm Tidy up a bit. Formatting only. 2014-02-11 20:48:41 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00