llvm-project/lldb/source
Adrian Prantl 2ee7b881a0 Change TypeSystem::GetBitSize() to return an optional result.
This patch changes the behavior when printing C++ function references:
where we previously would get a <could not determine size>, there is
now a <no summary available>. It's not clear to me whether this is a
bug or an omission, but it's one step further than LLDB previously
got.

Differential Revision: https://reviews.llvm.org/D56798

llvm-svn: 351376
2019-01-16 21:19:20 +00:00
..
API Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Breakpoint Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
Commands Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Core Change TypeSystem::GetBitSize() to return an optional result. 2019-01-16 21:19:20 +00:00
DataFormatters Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Expression Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Host [lldb] - Fix crash when listing the history with the key up. 2019-01-16 09:27:04 +00:00
Initialization [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Interpreter Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
Plugins DWARF: Add some support for non-native directory separators 2019-01-16 12:30:41 +00:00
Symbol Change TypeSystem::GetBitSize() to return an optional result. 2019-01-16 21:19:20 +00:00
Target [SymbolFile] Remove SymbolContext parameter from FindTypes. 2019-01-14 22:41:21 +00:00
Utility DWARF: Add some support for non-native directory separators 2019-01-16 12:30:41 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00