llvm-project/lldb/source/Plugins/Language
Enrico Granata ab2b0cb992 On some platforms, the compiler is allowed to assume that BOOL == bool. On others, BOOL == signed char.
This can cause differences in which bit patterns end up meaning YES or NO. In general, however, 0 == NO and 1 == YES.

To keep it simple, LLDB will now show "YES" and "NO" only for 1 and 0 respectively, and format other values as the plain numeric value instead.

Fixes rdar://24809994

llvm-svn: 263604
2016-03-15 23:38:04 +00:00
..
CPlusPlus Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
Go Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Java Fix compiler warnings in the java code 2016-02-29 11:44:15 +00:00
ObjC On some platforms, the compiler is allowed to assume that BOOL == bool. On others, BOOL == signed char. 2016-03-15 23:38:04 +00:00
ObjCPlusPlus Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
CMakeLists.txt Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00