summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info-artificial-arg.cpp
AgeCommit message (Expand)Author
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2016-04-17DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
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
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2014-08-29Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl
2013-10-10Debug Info: update testing cases when the context field of subprogram is updatedManman Ren
2013-10-05Debug Info: update testing cases when the derived-from field of aManman Ren
2013-10-04Temporarily revert r191801 due to conflicts with the revert of r191792.Eric Christopher
2013-10-01Debug Info: update testing cases when the derived-from field of aManman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-29Debug Info: this reverts commit r189600.Manman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-26Debug Info: follow-up patch to r189283.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-03-19Simplify/generalize some debug info test casesDavid Blaikie
2013-02-02Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie
2013-01-08Add [artificial] debug info annotation to test matching r171826David Blaikie
2012-09-12Reapply:Eric Christopher
2012-09-12Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"Eric Christopher
2012-09-12Make clang emit a flag for DW_AT_object_pointer for the artificialEric Christopher
2012-04-23Forward declarations should take a context. This helps the debuggerEric Christopher
2012-04-03Change location information for synthesized properties to be at theEric Christopher
2012-02-27Make this test a bit more robust for debug info changes.Eric Christopher
2012-02-20Remove the type retaining from the clang frontend. This is nowEric Christopher
2012-02-09Don't cache the artificial type for the this pointer, there's noEric Christopher