summary refs log tree commit diff
path: root/src/test/debug-info/trait-pointers.rs
AgeCommit message (Collapse)AuthorLines
2013-09-15debuginfo: Fix style nits for pull request.Michael Woerister-2/+0
2013-09-15debuginfo: Added description of algorithm for handling recursive types.Michael Woerister-1/+1
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/+1
2013-09-15debuginfo: Basic support for trait objects.Michael Woerister-0/+34