Go to file
Douglas Gregor 90d3442784 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which
did a redundant traversal of the lexical declarations in the
superclass. Instead, when we declare a new property, look into the
superclass to see whether we're redeclaring the property. Goot for 1%
of -fsyntax-only time on Cocoa.h and a little less than 3% on my
modules test case.

llvm-svn: 173073
2013-01-21 19:05:22 +00:00
clang Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which 2013-01-21 19:05:22 +00:00
clang-tools-extra these need the bitcode reader as well. 2013-01-19 18:45:35 +00:00
compiler-rt [asan] fix linux build 2013-01-21 15:04:36 +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 Donated anonymously: This enables GCC 4.8.0 to build libc++. 2013-01-21 17:26:55 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [Core] Use LLVM's ErrorOr<T>. 2013-01-20 21:27:05 +00:00
lldb <rdar://problem/12350715> 2013-01-19 03:53:42 +00:00
llvm rework the Bitstream reader to actually work a machine word at a time, instead of 32-bits at a time. 2013-01-21 18:48:26 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00