Go to file
Sean Callanan d919698caa Removed the assertion that we can find any named
Objective-C type in the runtime.  This is not actually
true, it's entirely possible to say

@class DoesntExist;

@interface DoesExist {
  DoesntExist *whyyyyy;
}
@end

and this code will not only compile but also run.  So
this assertion will fire in situations users might
encounter.

I left the assertion enabled in debug mode, because we
could still catch a case we're not aware of (i.e., a
class that we *ought* to have found but where somehow
we mis-parsed the name).

<rdar://problem/19151914>

llvm-svn: 224038
2014-12-11 19:33:57 +00:00
clang Emit warning if define or undef reserved identifier or keyword. 2014-12-11 12:18:08 +00:00
clang-tools-extra Update to match clang r223913. 2014-12-10 03:10:06 +00:00
compiler-rt [Sanitizer] Don't modify mmap_limit_mb flag in runtime. 2014-12-11 18:45:24 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Add an XFAIL for Newlib's missing uchar.h 2014-12-11 19:11:39 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld ELF/AArch64: Add a test for R_AARCH64_ABS32 2014-12-11 12:37:35 +00:00
lldb Removed the assertion that we can find any named 2014-12-11 19:33:57 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm [Hexagon] Renaming classes in preparation for replacement. 2014-12-11 19:01:28 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Do not run dead code elimination by default 2014-12-10 21:12:23 +00:00