aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-method.cpp
AgeCommit message (Expand)Author
2013-01-19Emit the function type of member function pointer types the same as member fu...David Blaikie
2013-01-07PR14759: Improve/correct support for debug info for C++ member pointers.David Blaikie
2013-01-05Make checking for 'protected' access in debug info more legible.David Blaikie
2013-01-05PR14573: Unnamed parameters in debug info, Part 2David Blaikie
2013-01-05Emit debug info for unnamed parameters.David Blaikie
2013-01-05Change test/CodeGenCXX/debug-info-method.cpp an IR (rather than asm) test.David Blaikie
2013-01-05FileCheck-ize test/CodeGenCXX/debug-info-method.cppDavid Blaikie
2011-11-05tests: Remove some stray and unused -cc1 flags. These tests appear to be writtenDaniel Dunbar
2010-09-29Emit method access specifier.Devang Patel