]> granicus.if.org Git - clang/commit
Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied (rather...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 12 Aug 2015 23:49:57 +0000 (23:49 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 12 Aug 2015 23:49:57 +0000 (23:49 +0000)
commitbc09bae0bcee1743681e8bdeb96bc47205323563
treecc5c9fb77efe38ce05a4e5c541398784400d9dae
parent4264840b48cb37430322c336a38506eaef1d2dc0
Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied (rather than RVO'd) that would be broken, make it movable instead

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h