[all-commits] [llvm/llvm-project] 7754b6: [lldb][NFC] lldb_assert->lldbassert in ClangExpres...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Mar 25 06:11:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7754b652b3bf0c4b63cccf6e0d4066503684e94a
https://github.com/llvm/llvm-project/commit/7754b652b3bf0c4b63cccf6e0d4066503684e94a
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Log Message:
-----------
[lldb][NFC] lldb_assert->lldbassert in ClangExpressionParser
lldbassert is the macro that takes care of passing along line/file/function
to the lldb_assert function. Let's call that instead of manually calling the
function.
More information about the All-commits
mailing list