summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-windows-dtor.cpp
AgeCommit message (Expand)Author
2016-11-09Use an artificial debug location for non-virtual thunks.Adrian Prantl
2015-11-05CodeGen: Update for debug info API change.Peter Collingbourne
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-08-26DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2015-01-14IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith
2014-12-29PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie