Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LLDB] Fix a bunch of -Wdocumentation warnings | Jonas Devlieghere | 2019-11-13 | 1 | -4/+0 |
| | |||||
* | [Expression] Move IRDynamicChecks to ClangExpressionParser | Alex Langford | 2019-07-12 | 1 | -0/+131 |
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 |