Go to file
David Blaikie f85744235b Generalize DebugInfo tests by avoiding explicit metadata numbers
This addresses several (not all) debug info tests that use explicit metadata
numbers. Wherever the same number appeared more than once in a test I used
a named match to ensure the same number appeared in all those cases (this may
still be overly constraining test cases as they may not have actually cared
about that relationship). For one-off numbers I just replaced them with an
unnamed regex.

This may underconstrain poorly written test cases that were interested in
checking that certain metadata nodes were related but didn't actually match
on all the related nodes numbers.

llvm-svn: 174247
2013-02-02 00:34:26 +00:00
clang Generalize DebugInfo tests by avoiding explicit metadata numbers 2013-02-02 00:34:26 +00:00
clang-tools-extra Don't touch unchanged file for in-place edit. 2013-01-30 09:52:38 +00:00
compiler-rt [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headers 2013-02-01 16:32:18 +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 Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differences can cause 2013-01-22 17:26:08 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld remove duplicate strings from the string table 2013-02-01 18:06:15 +00:00
lldb Moving from std::auto_ptr<char> to std::string for simple string memory management. 2013-02-01 23:59:44 +00:00
llvm Revert accidental commit (ran svn commit from wrong directory). 2013-02-02 00:25:26 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00