llvm-project/lldb/source
Alex Langford bab7e3d78b [Expression] Move IRDynamicChecks to ClangExpressionParser
Summary:
IRDynamicChecks in its current form is specific to Clang since it deals
with the C language family. It is possible that we may want to
instrument code generated for other languages, but we can factor in a
more general mechanism to do so at a later time.

This decouples ObCLanguageRuntime from Expression!

Reviewers: compnerd, clayborg, jingham, JDevlieghere

Subscribers: mgorny, lldb-commits

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

llvm-svn: 365853
2019-07-12 00:58:02 +00:00
..
API [CMake] `install-distribution` for LLDB on Darwin 2019-07-10 11:09:29 +00:00
Breakpoint [Target] Decouple ObjCLanguageRuntime from LanguageRuntime 2019-06-21 19:43:07 +00:00
Commands
Core Change LaunchThread interface to return an expected. 2019-07-05 17:42:08 +00:00
DataFormatters
Expression [Expression] Move IRDynamicChecks to ClangExpressionParser 2019-07-12 00:58:02 +00:00
Host Options: Reduce code duplication 2019-07-10 17:09:47 +00:00
Initialization [Reproducers] Include lldb version in the reproducer root 2019-06-13 04:35:22 +00:00
Interpreter Options: Reduce code duplication 2019-07-10 17:09:47 +00:00
Plugins [Expression] Move IRDynamicChecks to ClangExpressionParser 2019-07-12 00:58:02 +00:00
Symbol [lldb] Added assert to VerifyDecl 2019-07-05 21:32:39 +00:00
Target [Expression] Move IRDynamicChecks to ClangExpressionParser 2019-07-12 00:58:02 +00:00
Utility [LLDBAssert] Use unreachable instead of assert(0) 2019-07-05 21:54:20 +00:00
CMakeLists.txt
lldb.cpp