summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-template-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud