aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Debug Info: update testing cases when the derived-from field ofManman Ren1-1/+1
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren1-8/+9
2013-08-29Debug Info: this reverts commit r189600.Manman Ren1-9/+8
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren1-8/+9
2013-08-26Debug Info: follow-up patch to r189283.Manman Ren1-1/+1
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-2/+2
2013-08-09Only emit debug info for implicit members that actually get codegen, not just...David Blaikie1-1/+1
2013-06-21DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie1-2/+2
2013-06-20Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not ...David Blaikie1-2/+2
2013-06-20Fix CodeGenCXX/debug-info.cpp test on WindowsReid Kleckner1-1/+1
2013-06-19Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete...David Blaikie1-1/+1
2013-06-05PR14763: Debug info for non-trivial record parametersDavid Blaikie1-0/+17
2013-06-05PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie1-0/+24
2013-05-09Fix some test cases I broke in r181552David Blaikie1-1/+1
2013-05-09DebugInfo: Simply & constrain test(s) for PR9600/PR9608David Blaikie1-1/+10
2013-04-02Revert "Revert r178079, it caused PR15637."Eric Christopher1-7/+0
2013-04-01Revert r178079, it caused PR15637.Nico Weber1-0/+7
2011-09-01Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky1-0/+12
2010-08-23test case for PR7920.Devang Patel1-0/+5
2010-01-26Fix another debug info crash with virtual bases.Anders Carlsson1-1/+10
2010-01-26Fix the test I broke, and also fix a crash when declaring a virtual destructo...Anders Carlsson1-0/+17
2010-01-16Fix crash generating debug info for constructor for anonymous struct.Eli Friedman1-0/+6
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-06Add rudimentary support for member pointers to CGDebugInfo.Anders Carlsson1-0/+7
2009-11-14Canonicalize the type before trying to create a debug type.Anders Carlsson1-0/+5
2009-11-06Simplify the debug info code, handle lvalue references and template specializ...Anders Carlsson1-0/+2
2009-11-06Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::...Anders Carlsson1-0/+6