llvm-project/lldb/source/Plugins/Language
Enrico Granata 608d67c152 Introduce a way for Languages to specify whether values of "reference types" are "nil" (not pointing to anything) or uninitialized (never made to point at anything)
This latter determination may or may not be possible on a per-language basis; and neither is mandatory to implement for any language

Use this knowledge in the ValueObjectPrinter to generalize the notion of IsObjCNil() and the respective printout

llvm-svn: 252663
2015-11-10 22:39:15 +00:00
..
CPlusPlus Fix an issue where LLDB would truncate summaries for string types without producing any evidence thereof 2015-11-04 00:02:08 +00:00
Go Fix some Clang-tidy warnings and formatting in recently added code. 2015-11-07 00:28:50 +00:00
ObjC Introduce a way for Languages to specify whether values of "reference types" are "nil" (not pointing to anything) or uninitialized (never made to point at anything) 2015-11-10 22:39:15 +00:00
ObjCPlusPlus Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes. 2015-10-20 01:10:59 +00:00
CMakeLists.txt Add go data formatters. 2015-11-05 00:24:36 +00:00