From: Hans Wennborg Date: Mon, 22 Jan 2018 14:15:37 +0000 (+0000) Subject: Merging r322904 and r322905: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4af92bc169d03eaf484447e8d5ee53fce7fa36c;p=clang Merging r322904 and r322905: ------------------------------------------------------------------------ r322904 | rnk | 2018-01-18 23:55:14 +0100 (Thu, 18 Jan 2018) | 3 lines [CodeView] Sink complex inline functions to .cpp file, NFC I'm cleaning up this code before I attempt to fix a line table bug. ------------------------------------------------------------------------ ------------------------------------------------------------------------ r322905 | rnk | 2018-01-18 23:55:43 +0100 (Thu, 18 Jan 2018) | 5 lines [CodeView] Add line numbers for inlined call sites We did this for inline call site line tables, but we hadn't done it for regular function line tables yet. This patch copies that logic from encodeInlineLineTable. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@323117 91177308-0d34-0410-b5e6-96231b3b80d8 ---