Skip to content

Commit

Permalink
Move CheckerOptions to the cel namespace
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689503156
  • Loading branch information
jcking authored and copybara-github committed Oct 24, 2024
1 parent 0a2efd3 commit 1d852db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checker/checker_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifndef THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_
#define THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_

namespace cel {

// Options for enabling core type checker features.
struct CheckerOptions {
// Enable overloads for numeric comparisons across types.
Expand Down Expand Up @@ -42,4 +44,6 @@ struct CheckerOptions {
bool update_struct_type_names = true;
};

} // namespace cel

#endif // THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_

0 comments on commit 1d852db

Please sign in to comment.