summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-template-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl2017-08-301-1/+1
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-201-2/+3
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-3/+2
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-2/+3
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-3/+2
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-2/+3
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-3/+4
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-21/+23
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-171-3/+3
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-9/+10
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+1
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-14/+14
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-14/+31
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-1/+1
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-18/+18
* DebugInfo: Don't include implicit special members in the list of class membersDavid Blaikie2014-10-061-6/+7
* DebugInfo: Don't include member function template specializations in the list...David Blaikie2014-10-061-2/+7
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-8/+8
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-8/+8
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-8/+8
* [Debug Info] add DISubroutineType and its creation takes DITypeArray.Manman Ren2014-07-281-2/+2
* Debug info: Update testcases to new DIBuilder behaviour. Variables nowAdrian Prantl2014-03-181-2/+2
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-1/+1
* Debug Info: update testing cases when the context and type fields ofManman Ren2013-10-091-4/+5
* Debug Info: update testing cases when the derived-from field ofManman Ren2013-10-081-1/+1
* Debug Info: update testing cases when the derived-from field of aManman Ren2013-10-051-3/+3
* Temporarily revert r191801 due to conflicts with the revert of r191792.Eric Christopher2013-10-041-3/+3
* Debug Info: update testing cases when the derived-from field of aManman Ren2013-10-011-3/+3
* Debug Info: Update testing case.Manman Ren2013-09-061-2/+2
* PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ...David Blaikie2013-09-061-0/+23
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-8/+10
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-10/+8
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-8/+10
* DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).David Blaikie2013-08-281-3/+8
* 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-3/+3
* DebugInfo: Avoid duplicating types that may be created during the process of ...David Blaikie2013-08-181-0/+28
* Only emit debug info for implicit members that actually get codegen, not just...David Blaikie2013-08-091-16/+14
* Simplify/generalize some debug info test casesDavid Blaikie2013-03-191-3/+3
* Revert r158009 since there are some uses of artificial functions inEric Christopher2012-10-171-1/+1
* Reapply "Only emit debug information for methods that are user defined, there's"Eric Christopher2012-06-051-1/+1
* Revert "Only emit debug information for methods that are user defined, there's"John McCall2012-06-051-1/+1
* Only emit debug information for methods that are user defined, there'sEric Christopher2012-06-051-1/+1
* Add support to mangle templated member function names with templateEric Christopher2012-03-141-1/+1
* When adding member functions to a class add any specializations ofEric Christopher2012-03-131-0/+21