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.
CheckerOptions
cel
1 parent 0a2efd3 commit 1d852dbCopy full SHA for 1d852db
checker/checker_options.h
@@ -15,6 +15,8 @@
15
#ifndef THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_
16
#define THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_
17
18
+namespace cel {
19
+
20
// Options for enabling core type checker features.
21
struct CheckerOptions {
22
// Enable overloads for numeric comparisons across types.
@@ -42,4 +44,6 @@ struct CheckerOptions {
42
44
bool update_struct_type_names = true;
43
45
};
46
47
+} // namespace cel
48
49
#endif // THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_
0 commit comments