]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
DIBuilder: Add function and method definitions to the list of all subprograms
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 18 Feb 2013 07:10:22 +0000 (07:10 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 18 Feb 2013 07:10:22 +0000 (07:10 +0000)
commit139f7e50688ce120b275ae368f563d03d9c18184
tree6b9919937e6b35e265d74de7b2fc98f142b43395
parent3ef669c7175f959c39b7652f10c2b6ed9d8f83ae
DIBuilder: Add function and method definitions to the list of all subprograms

Previously we seemed to be assuming that all functions were definitions and all
methods were declarations. This may be consistent with how Clang uses DIBuilder
but doesn't have to be true of all clients (such as DragonEgg).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/DIBuilder.cpp