]> granicus.if.org Git - clang/commit
[clang/DIVar] Emit the flag for params that have unmodified value
authorDjordje Todorovic <djordje.todorovic@rt-rk.com>
Wed, 26 Jun 2019 13:32:02 +0000 (13:32 +0000)
committerDjordje Todorovic <djordje.todorovic@rt-rk.com>
Wed, 26 Jun 2019 13:32:02 +0000 (13:32 +0000)
commit7ddbee4c0671d02a581551ae57ca7f2050f1b481
treef92b3c3dec6aedbf02a4033a7a83a5cdcc9807ca
parentf269c05476a4fcb055be233e013966ad0b25391f
[clang/DIVar] Emit the flag for params that have unmodified value

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/CodeGen/debug-info-param-modification.c [new file with mode: 0644]