Go to file
Edwin Vane 8b526f22c6 Add support for auto-generating LIT tests by the build
autoconf and CMake flavours both updated to auto-generate files for use
in cpp11-migrate's LIT tests.

Auto-generated files are placed in the build directory under
test/cpp11-migrate/autogen. The directory structure past this point
mirrors the structure in the source directory under test/cpp11-migrate.
A lit.site.cfg is generated in test/cpp11-migrate/autogen to describe
the new test suite. When LIT runs, it runs the standard testsuite and
now also the auto-generated testsuite.

llvm-svn: 175544
2013-02-19 19:08:10 +00:00
clang Use MapVector::pop_back() per LLVM r175538. 2013-02-19 18:26:28 +00:00
clang-tools-extra Add support for auto-generating LIT tests by the build 2013-02-19 19:08:10 +00:00
compiler-rt [sanitizer] Fix FileOps test on Android. 2013-02-19 15:01:05 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex. 2013-02-19 11:28:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld Switch a vector<pair<const T &, const U &>> to a vector<pair<const T *, 2013-02-19 01:58:11 +00:00
lldb Add i386 register support for the x86_64 RegisterContext plugin. This allows debugging a 32-bit inferior on 64-bit lldb/host. 2013-02-19 19:06:16 +00:00
llvm Don't trust st_size of a character device. This fixes using 2013-02-19 18:57:53 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00