We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d341b63 commit 12cf6d3Copy full SHA for 12cf6d3
lldb/include/lldb/Utility/LLDBAssert.h
@@ -23,7 +23,7 @@
23
do { \
24
static std::once_flag _once_flag; \
25
lldb_private::_lldb_assert(static_cast<bool>(x), #x, __FUNCTION__, \
26
- __FILE_NAME__, __LINE__, _once_flag) \
+ __FILE_NAME__, __LINE__, _once_flag); \
27
} while (0)
28
#else
29
#define lldbassert(x) \
0 commit comments