summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r324107 again.Rafael Espindola2018-02-071-3/+3
* Revert "Recommit r324107."Rafael Espindola2018-02-071-3/+3
* Recommit r324107.Rafael Espindola2018-02-071-3/+3
* Revert "Start setting dso_local in clang."Rafael Espindola2018-02-021-3/+3
* Start setting dso_local in clang.Rafael Espindola2018-02-021-3/+3
* Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl2017-08-301-3/+3
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-201-6/+9
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-9/+6
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-6/+9
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-9/+6
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-6/+9
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-201-2/+2
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-8/+9
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-76/+82
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-171-2/+2
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-45/+45
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-50/+66
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-51/+51
* PR21312: Fix a regression in non-type template parameters of function type th...David Blaikie2014-10-201-5/+6
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-1/+1
* PR21305: Typedefs in non-type template parameters in member data pointers.David Blaikie2014-10-181-1/+3
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-11/+14
* DebugInfo: Cleanup testing of non-type template parameters.David Blaikie2014-10-161-18/+32
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-26/+26
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-26/+26
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-26/+26
* Debug info: Update testcases to new DIBuilder behaviour. Variables nowAdrian Prantl2014-03-181-4/+4
* DebugInfo: Fix for an improvement to DIBuilder to not emit {i32 0} for zero-l...David Blaikie2014-02-031-1/+1
* Debug Info: update testing cases when the context field ofManman Ren2013-10-091-1/+1
* Debug Info: update testing cases when the derived-from field of aManman Ren2013-10-051-8/+9
* Temporarily revert r191801 due to conflicts with the revert of r191792.Eric Christopher2013-10-041-9/+8
* Debug Info: update testing cases when the derived-from field of aManman Ren2013-10-011-8/+9
* Debug Info: Update testing case.Manman Ren2013-09-051-11/+14
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-9/+11
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-11/+9
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-9/+11
* Debug Info testing case: move uuid-related testing to a separate file.Manman Ren2013-08-281-15/+1
* Debug Info: follow-up patch to r189283.Manman Ren2013-08-261-2/+2
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-6/+6
* DebugInfo: Emit info for casted decls in template argsDavid Majnemer2013-08-251-1/+19
* Fix test, make the template type a const pointer.David Majnemer2013-08-241-1/+1
* DebugInfo: Emit info for constant expressions in template argumentsDavid Majnemer2013-08-241-1/+15
* DebugInfo: Emit template arguments for limited types used for context.David Blaikie2013-08-011-6/+9
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-17/+20
* Debug Info: PR14992: Support values for non-type template parameters of funct...David Blaikie2013-05-131-8/+15
* Debug Info: Silently accept template argument packsDavid Blaikie2013-05-101-0/+10
* PR14992: Debug Info: Support more non-type template parametersDavid Blaikie2013-05-101-9/+52
* Debug Info: include address-of ('&') operator and qualified names in template...David Blaikie2013-05-091-6/+13
* Fix some test cases I broke in r181552David Blaikie2013-05-091-3/+3
* DebugInfo: Simply & constrain test(s) for PR9600/PR9608David Blaikie2013-05-091-41/+14
OpenPOWER on IntegriCloud