llvm-project/lldb/include/lldb
Zachary Turner 1639c6bbb1 [Clang AST Context] Add a few helper functions.
The first one allows us to add an enumerator to an enum if we
already have an APSInt, since ultimately the implementation just
constructs one anyway.  The second is just a general utility
function to covert a CompilerType to a clang::TagDecl.

llvm-svn: 349360
2018-12-17 16:15:13 +00:00
..
API [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Breakpoint Move Broadcaster+Listener+Event combo from Core into Utility 2018-12-14 15:59:49 +00:00
Core Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
DataFormatters Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Expression Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Host Update the vFile:open: description to note that the flags 2018-12-15 18:40:38 +00:00
Initialization [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Interpreter Move Broadcaster+Listener+Event combo from Core into Utility 2018-12-14 15:59:49 +00:00
Symbol [Clang AST Context] Add a few helper functions. 2018-12-17 16:15:13 +00:00
Target Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Utility Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
lldb-defines.h Add a "scripted" breakpoint type to lldb. 2018-09-13 21:35:32 +00:00
lldb-enumerations.h Fix build with older (<3.0) swigs 2018-12-14 14:25:20 +00:00
lldb-forward.h Remove Go debugger plugin 2018-11-05 19:33:59 +00:00
lldb-private-defines.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
lldb-private-enumerations.h Move AddressClass to private enums since API doesn't provide any functions to manage it. 2018-06-27 06:50:10 +00:00
lldb-private-forward.h NativeProcessProtocol: Simplify breakpoint setting code 2018-11-04 10:58:08 +00:00
lldb-private-interfaces.h Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
lldb-private-types.h Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef 2018-09-26 18:50:19 +00:00
lldb-private.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-public.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-types.h Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
lldb-versioning.h Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
module.modulemap Move SafeMachO from Utility to Host 2018-09-12 12:26:05 +00:00