[all-commits] [llvm/llvm-project] 174cf2: [lldb/API] Turn SBCompileUnit::GetIndexForLineEntr...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri May 13 18:33:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 174cf2f7476224c167608290d27eac846834dace
https://github.com/llvm/llvm-project/commit/174cf2f7476224c167608290d27eac846834dace
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M lldb/bindings/interface/SBCompileUnit.i
M lldb/include/lldb/API/SBCompileUnit.h
M lldb/source/API/SBCompileUnit.cpp
M lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py
Log Message:
-----------
[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (NFC)
This patch renames the `SBCompileUnit::GetIndexForLineEntry` api to be
an overload of `SBCompileUnit::FindLineEntryIndex`
Differential Revision: https://reviews.llvm.org/D125594
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list