summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info-template.cpp
AgeCommit message (Expand)Author
2018-02-07Recommit r324107 again.Rafael Espindola
2018-02-07Revert "Recommit r324107."Rafael Espindola
2018-02-07Recommit r324107.Rafael Espindola
2018-02-02Revert "Start setting dso_local in clang."Rafael Espindola
2018-02-02Start setting dso_local in clang.Rafael Espindola
2017-08-30Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl
2016-12-20Update for LLVM global variable debug info API change.Adrian Prantl
2016-12-16Revert "Update for LLVM global variable debug info API change."Adrian Prantl
2016-12-16Update for LLVM global variable debug info API change.Adrian Prantl
2016-12-16Revert "Update for LLVM global variable debug info API change."Adrian Prantl
2016-12-16Update for LLVM global variable debug info API change.Adrian Prantl
2016-10-20DebugInfo: pass alignment value only if it was forcedVictor Leschuk
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne
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-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-20PR21312: Fix a regression in non-type template parameters of function type th...David Blaikie
2014-10-19CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer
2014-10-18PR21305: Typedefs in non-type template parameters in member data pointers.David Blaikie
2014-10-16PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie
2014-10-16DebugInfo: Cleanup testing of non-type template parameters.David Blaikie
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-03-18Debug info: Update testcases to new DIBuilder behaviour. Variables nowAdrian Prantl
2014-02-03DebugInfo: Fix for an improvement to DIBuilder to not emit {i32 0} for zero-l...David Blaikie
2013-10-09Debug Info: update testing cases when the context field ofManman 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-09-05Debug Info: Update testing case.Manman 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-28Debug Info testing case: move uuid-related testing to a separate file.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-08-25DebugInfo: Emit info for casted decls in template argsDavid Majnemer
2013-08-24Fix test, make the template type a const pointer.David Majnemer
2013-08-24DebugInfo: Emit info for constant expressions in template argumentsDavid Majnemer
2013-08-01DebugInfo: Emit template arguments for limited types used for context.David Blaikie
2013-06-22DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie
2013-05-13Debug Info: PR14992: Support values for non-type template parameters of funct...David Blaikie
2013-05-10Debug Info: Silently accept template argument packsDavid Blaikie
2013-05-10PR14992: Debug Info: Support more non-type template parametersDavid Blaikie
2013-05-09Debug Info: include address-of ('&') operator and qualified names in template...David Blaikie
2013-05-09Fix some test cases I broke in r181552David Blaikie
2013-05-09DebugInfo: Simply & constrain test(s) for PR9600/PR9608David Blaikie