summary refs log tree commit diff
path: root/src/test/debug-info/recursive-struct.rs
AgeCommit message (Collapse)AuthorLines
2013-09-15debuginfo: Added description of algorithm for handling recursive types.Michael Woerister-5/+5
Also fixed nasty bug caused by calling LLVMDIBuilderCreateStructType() with a null pointer where an empty array was expected (which would trigger an unintelligable assertion somewhere down the line).
2013-09-15debuginfo: Added test cases for recursive structs.Michael Woerister-0/+314