Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CGDebugInfo] Fix -femit-debug-entry-values crash on os_log_helpers | Vedant Kumar | 2019-07-11 | 1 | -2/+11 |
| | | | | | | | | | | | | An os_log_helper FunctionDecl may not have a body. Ignore these for the purposes of debug entry value emission. Fixes an assertion failure seen in a stage2 build of clang: Assertion failed: (FD->hasBody() && "Functions must have body here"), function analyzeParametersModification llvm-svn: 365716 | ||||
* | [clang/DIVar] Emit the flag for params that have unmodified value | Djordje Todorovic | 2019-06-26 | 1 | -0/+12 |
Emit the debug info flag that indicates that a parameter has unchanged value throughout a function. ([5/13] Introduce the debug entry values.) Co-authored-by: Ananth Sowda <asowda@cisco.com> Co-authored-by: Nikola Prica <nikola.prica@rt-rk.com> Co-authored-by: Ivan Baev <ibaev@cisco.com> Differential Revision: https://reviews.llvm.org/D58035 llvm-svn: 364424 |