summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-function-context.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-4/+4
| | | | | | This reverts commit r218913 while I investigate some bots. llvm-svn: 218917
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-4/+4
| | | | | | | | | Update debug info testcases for an LLVM metadata schema change to fold metadata constant operands into a single `MDString`. Part of PR17891. llvm-svn: 218913
* Fixing tests to account for LLVM r208159.David Blaikie2014-05-071-4/+4
| | | | llvm-svn: 208160
* Revert "Just call getContextDescriptor to get the context for subprograms"Eric Christopher2014-03-271-4/+6
| | | | | | | | while I investigate as it seems to be causing issues with the gdb bot. This reverts commit r204874. llvm-svn: 204896
* Just call getContextDescriptor to get the context for subprogramsEric Christopher2014-03-261-6/+4
| | | | | | | | instead of rolling an inefficient version of the function. This changes some order of emission of metadata nodes, fix up those testcases and make them more flexible to some changes. llvm-svn: 204874
* Add the context that a function was created in as the context for theEric Christopher2013-10-171-0/+36
function, not the context of the context. llvm-svn: 192862
OpenPOWER on IntegriCloud