Go to file
Adrian Prantl 50fd1a87c4 Module Debugging: Emit the canonical debug info for Objective-C classes
in the compile unit that contains their implementation even if their
interface is declared in a module.

The private @implementation of an @interface may have additional
hidden ivars so we should not defer to the public version of the
type that is found in the module.

<rdar://problem/25541798>

llvm-svn: 266937
2016-04-20 23:59:32 +00:00
clang Module Debugging: Emit the canonical debug info for Objective-C classes 2016-04-20 23:59:32 +00:00
clang-tools-extra IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra were onto clang/tools/extra. 2016-04-20 14:14:16 +00:00
compiler-rt [sanitizer] update the sanitizer_allocator_testlib 2016-04-20 23:28:06 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Add cxx_runtime_root options for testing against a different libc++ at runtime 2016-04-20 04:17:39 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove another instance of -Wexpansion-to-defined 2016-04-20 22:18:50 +00:00
lld unbreak COFF/out.test after r266929 2016-04-20 23:30:14 +00:00
lldb Removed extraneous print() in decorator for enabling module debugging 2016-04-20 21:59:43 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm Refine instruction weight annotation algorithm for sample profiler. 2016-04-20 23:36:23 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Relate domains to statements during construction [NFC] 2016-04-19 14:53:13 +00:00