summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespaceDavid Blaikie2013-05-091-9/+9
* Incomplete type does not have any size.Devang Patel2011-04-041-0/+14
* Do not try calculate the size of forward-declared template type array.Devang Patel2011-04-011-0/+10
* Emit debug info for template value parameters.Devang Patel2011-02-021-0/+9
* Emit debug info for template type parameters.Devang Patel2011-02-021-1/+5
* Print template argument names for template class.Devang Patel2010-07-201-0/+9
OpenPOWER on IntegriCloud