Go to file
Enrico Granata b3f0c3400f Introduce the concept of a type that is meaningless without dynamic resolution, which are essentially placeholder types meant to appease a language's type system but do not offer any actual information to the debugger, unless further resolved
This is currently meant for data formatters to know to ignore such types in caching and lookup

llvm-svn: 250767
2015-10-20 00:13:19 +00:00
clang [X86] Remove a few 'else' after 'return' 2015-10-20 00:00:17 +00:00
clang-tools-extra Added check uniqueptr-delete-release to replace "delete x.release()" with "x = nullptr" 2015-10-19 21:49:51 +00:00
compiler-rt [msan] Intercept mincore. 2015-10-19 23:39:11 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Fix an unfortunate yet old typo that never got attention before r250507. 2015-10-16 11:26:26 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Add FreeBSD _Unwind_Ptr typedef 2015-10-16 19:40:09 +00:00
lld [ELF2/OutputSections] Allocate the correct number of entries after r250739. 2015-10-19 23:32:16 +00:00
lldb Introduce the concept of a type that is meaningless without dynamic resolution, which are essentially placeholder types meant to appease a language's type system but do not offer any actual information to the debugger, unless further resolved 2015-10-20 00:13:19 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm CppBackend: Remove implicit ilist iterator conversions, NFC 2015-10-20 00:06:41 +00:00
openmp Fix OMP_PLACES negation operator parsing (!place) 2015-10-19 19:43:01 +00:00
polly Correct typo in CHECK line 2015-10-19 10:51:20 +00:00