Go to file
Fariborz Jahanian 3c8220405d objective-C: Make order of ivars which are synthesized
in the course of property synthesis deterministic (ordered
by their type size), instead of having hashtable order
(as it is currently). // rdar://13192366

llvm-svn: 175100
2013-02-13 22:50:36 +00:00
clang objective-C: Make order of ivars which are synthesized 2013-02-13 22:50:36 +00:00
clang-tools-extra Adapt test to new clang-format behavior. 2013-02-08 20:04:33 +00:00
compiler-rt ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, 2013-02-13 21:18:23 +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 [tests] Add support for a link_flags lit parameter. 2013-02-12 19:28:51 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld fix the mergeable string atom, when the target points to a symbol which is at a relative offset from the start of the .rodata section 2013-02-13 06:35:33 +00:00
lldb Skip test that causes lldb to assert due to inferior getting a SIGSEGV with si_code == SI_KERNEL (PR-15258) 2013-02-13 22:05:18 +00:00
llvm llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're 2013-02-13 22:45:52 +00:00
polly clang-format a file 2013-02-12 22:05:48 +00:00