about summary refs log tree commit diff
path: root/tests/codegen/debuginfo-inline-callsite-location.rs
AgeCommit message (Collapse)AuthorLines
2023-09-01Deduplicate inlined function debug info, but create a new lexical scope to ↵Daniel Paoliello-0/+28
child subsequent scopes and variables from colliding
2023-08-25Revert "Use the same DISubprogram for each instance of the same inlined ↵Wesley Wiser-26/+0
function within the caller" This reverts commit 687bffa49375aa00bacc51f5d9adfb84a9453e17. Reverting to resolve ICEs reported on nightly.
2023-08-11Use the same DISubprogram for each instance of the same inlined function ↵Daniel Paoliello-0/+26
within the caller