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 69b0b7e commit b355426Copy full SHA for b355426
lldb/include/lldb/lldb-enumerations.h
@@ -12,6 +12,8 @@
12
#include <cstdint>
13
#include <type_traits>
14
15
+#include <lldb/API/SBLanguages.h>
16
+
17
#ifndef SWIG
18
// Macro to enable bitmask operations on an enum. Without this, Enum | Enum
19
// gets promoted to an int, so you have to say Enum a = Enum(eFoo | eBar). If
0 commit comments