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.
PointerAuthenticationMode
1 parent ef23d42 commit 9e296a1Copy full SHA for 9e296a1
clang/include/clang/Basic/LangOptions.h
@@ -57,6 +57,13 @@ enum class ShaderStage {
57
Invalid,
58
};
59
60
+enum class PointerAuthenticationMode : unsigned {
61
+ None,
62
+ Strip,
63
+ SignAndStrip,
64
+ SignAndAuth
65
+};
66
+
67
/// Bitfields of LangOptions, split out from LangOptions in order to ensure that
68
/// this large collection of bitfields is a trivial class type.
69
class LangOptionsBase {
0 commit comments