summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-method.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-0/+3
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-1/+1
* clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thiscall, for targetin...NAKAMURA Takumi2016-06-091-1/+1
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-2/+2
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith2015-07-311-3/+4
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-9/+9
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-9/+11
* Debug Info: Pass the pointer size into createMemberPointerType().Adrian Prantl2014-12-231-1/+1
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-8/+8
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-5/+5
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-5/+5
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-5/+5
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Debug Info: update testing cases when the derived-from field of aManman Ren2013-10-051-1/+1
* Temporarily revert r191801 due to conflicts with the revert of r191792.Eric Christopher2013-10-041-1/+1
* Debug Info: update testing cases when the derived-from field of aManman Ren2013-10-011-1/+1
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-1/+2
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-2/+1
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-1/+2
* 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-1/+1
* Emit the function type of member function pointer types the same as member fu...David Blaikie2013-01-191-1/+4
* PR14759: Improve/correct support for debug info for C++ member pointers.David Blaikie2013-01-071-0/+5
* Make checking for 'protected' access in debug info more legible.David Blaikie2013-01-051-1/+1
* PR14573: Unnamed parameters in debug info, Part 2David Blaikie2013-01-051-4/+11
* Emit debug info for unnamed parameters.David Blaikie2013-01-051-2/+7
* Change test/CodeGenCXX/debug-info-method.cpp an IR (rather than asm) test.David Blaikie2013-01-051-2/+2
* FileCheck-ize test/CodeGenCXX/debug-info-method.cppDavid Blaikie2013-01-051-1/+2
* tests: Remove some stray and unused -cc1 flags. These tests appear to be writtenDaniel Dunbar2011-11-051-1/+1
* Emit method access specifier.Devang Patel2010-09-291-0/+6