summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-method.cpp
AgeCommit message (Expand)Author
2017-09-20Implement C++ [basic.link]p8.Richard Smith
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne
2016-06-09clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thiscall, for targetin...NAKAMURA Takumi
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-07-31DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2014-12-23Debug Info: Pass the pointer size into createMemberPointerType().Adrian Prantl
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-10-05Debug Info: update testing cases when the derived-from field of aManman Ren
2013-10-04Temporarily revert r191801 due to conflicts with the revert of r191792.Eric Christopher
2013-10-01Debug Info: update testing cases when the derived-from field of aManman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-29Debug Info: this reverts commit r189600.Manman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-26Debug Info: follow-up patch to r189283.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
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