Go to file
Benjamin Kramer 25c0510690 Sema: Unnest early exit and remove an unnecessary bad cast.
cast<ObjCObjectPointerType> doesn't look through sugar, getAs does.
Fixes PR15257.

llvm-svn: 175272
2013-02-15 15:17:50 +00:00
clang Sema: Unnest early exit and remove an unnecessary bad cast. 2013-02-15 15:17:50 +00:00
clang-tools-extra Initial docs directory 2013-02-14 01:34:59 +00:00
compiler-rt [asan] make asan work with 7fff8000 offset and prelink 2013-02-15 12:00:24 +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 [Core,Driver,ELF] Differentiate static and dynamic executables. 2013-02-14 20:32:00 +00:00
lldb Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
llvm Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2 2013-02-15 14:35:47 +00:00
polly Do not run formatting checks by default 2013-02-14 16:42:50 +00:00