llvm-project/lldb/source
Alex Langford 5e777e1ed2 [Core] GetAPInt should return an Optional
The current implementation returns a bool for indicating success and
whether or not the APInt passed by reference was populated. Instead of
doing that, I think it makes more sense to return an Optional<APInt>.

llvm-svn: 369970
2019-08-26 21:09:57 +00:00
..
API [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
Breakpoint [lldb] D66174 `RegularExpression` cleanup 2019-08-20 09:24:20 +00:00
Commands [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target 2019-08-26 18:12:44 +00:00
Core [Core] GetAPInt should return an Optional 2019-08-26 21:09:57 +00:00
DataFormatters [FormatManage] Fix the format info order 2019-08-22 03:12:25 +00:00
Expression [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
Host [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
Initialization Various build fixes for lldb on MinGW 2019-08-06 18:20:43 +00:00
Interpreter [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target 2019-08-26 18:12:44 +00:00
Plugins [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target 2019-08-26 18:12:44 +00:00
Symbol Postfix: move more code out of the PDB plugin 2019-08-26 11:44:14 +00:00
Target Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
Utility ProcessInstanceInfo: Fix dumping of invalid user ids 2019-08-26 13:03:21 +00:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00