Go to file
Chandler Carruth 03ee1a4c45 Update the sample project autoconf setup to include support for
detecting terminfo. Requested by Craig Topper, and probably should be
done much more systematically.

llvm-svn: 188616
2013-08-18 01:43:57 +00:00
clang PR16927: Don't assert (or, previously, skip) static data members of enumeration type 2013-08-17 20:01:53 +00:00
clang-tools-extra Revert "cpp11-migrate: Add a class to support include directives modifications" 2013-08-17 19:04:56 +00:00
compiler-rt Fix endian conditions on Solaris. From Alexander Esilevich. 2013-08-17 22:32:10 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add rhadd builtin 2013-08-15 19:21:10 +00:00
libcxx Relax complete-type check for functions and function pointers to allow void return type. This bug was exposed by Eli Friedman's commit to clang r188324. Anywhere this version of clang ships, this libc++ fix must follow. However this fix is compatible with previous clangs, and so this libc++ doesn't need to wait for this clang. 2013-08-14 21:28:31 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Handle "--" option explicitly 2013-08-13 21:44:44 +00:00
lldb Follow-up to the checkin of r188532 -- make sure that 2013-08-17 03:39:52 +00:00
llvm Update the sample project autoconf setup to include support for 2013-08-18 01:43:57 +00:00
polly [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 21:54:36 +00:00