summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Add 'distinct' MDNodes to bitcode and assembly (clang)Duncan P. N. Exon Smith2015-01-081-1/+1
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-14/+14
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-10/+10
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-10/+10
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-10/+10
* Debug info: Use the vbtable offset for virtual bases in the MS ABIReid Kleckner2014-08-071-2/+15
* Revert "Debug info: Use record layout to find vbase offsets instead of vtables"Reid Kleckner2014-08-071-8/+2
* Debug info: Use record layout to find vbase offsets instead of vtablesReid Kleckner2014-08-071-2/+8
* Revert "DebugInfo: Place global constants in their appropriate context."David Blaikie2014-04-051-8/+1
* DebugInfo: Place global constants in their appropriate context.David Blaikie2014-04-041-1/+8
* DebugInfo: PR19298: function local const variables duplicated in the root scopeDavid Blaikie2014-04-041-6/+10
* Debug info: Update testcases to new DIBuilder behaviour. Variables nowAdrian Prantl2014-03-181-2/+2
* Debug Info: update testing cases when the derived-from field ofManman Ren2013-10-081-1/+1
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-8/+9
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-9/+8
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-8/+9
* Debug Info: follow-up patch to r189283.Manman Ren2013-08-261-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-2/+2
* Only emit debug info for implicit members that actually get codegen, not just...David Blaikie2013-08-091-1/+1
* DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie2013-06-211-2/+2
* Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not ...David Blaikie2013-06-201-2/+2
* Fix CodeGenCXX/debug-info.cpp test on WindowsReid Kleckner2013-06-201-1/+1
* Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete...David Blaikie2013-06-191-1/+1
* PR14763: Debug info for non-trivial record parametersDavid Blaikie2013-06-051-0/+17
* PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie2013-06-051-0/+24
* Fix some test cases I broke in r181552David Blaikie2013-05-091-1/+1
* DebugInfo: Simply & constrain test(s) for PR9600/PR9608David Blaikie2013-05-091-1/+10
* Revert "Revert r178079, it caused PR15637."Eric Christopher2013-04-021-7/+0
* Revert r178079, it caused PR15637.Nico Weber2013-04-011-0/+7
* Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky2011-09-011-0/+12
* test case for PR7920.Devang Patel2010-08-231-0/+5
* Fix another debug info crash with virtual bases.Anders Carlsson2010-01-261-1/+10
* Fix the test I broke, and also fix a crash when declaring a virtual destructo...Anders Carlsson2010-01-261-0/+17
* Fix crash generating debug info for constructor for anonymous struct.Eli Friedman2010-01-161-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add rudimentary support for member pointers to CGDebugInfo.Anders Carlsson2009-12-061-0/+7
* Canonicalize the type before trying to create a debug type.Anders Carlsson2009-11-141-0/+5
* Simplify the debug info code, handle lvalue references and template specializ...Anders Carlsson2009-11-061-0/+2
* Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::...Anders Carlsson2009-11-061-0/+6