aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGCleanup.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Fix leak in lib/CodeGen/CGException.cpp, PR18318Kostya Serebryany1-0/+9
2013-06-19[CodeGen] Move EHScopeStack into its own headerReid Kleckner1-462/+8
2013-06-12Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith1-0/+5
2013-06-11Revert r183721. It caused cleanups to be delayed too long in some cases.Richard Smith1-5/+0
2013-06-11Rework IR emission for lifetime-extended temporaries. Instead of trying to walkRichard Smith1-0/+5
2013-06-09[CodeGen] Make CGCleanup.h include what it now usesReid Kleckner1-6/+3
2013-06-09[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.hReid Kleckner1-3/+457
2012-06-15Documentation cleanup:James Dennett1-1/+1
2011-08-11Simplify EH control flow by observing that EH scopes form a simpleJohn McCall1-171/+150
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner1-2/+2
2011-01-28Move all the cleanups framework code into a single file.John McCall1-0/+560