| 40 | } // namespace |
| 41 | |
| 42 | CompilerLibrary StandardCompilerLibrary() { |
| 43 | CompilerLibrary library = |
| 44 | CompilerLibrary::FromCheckerLibrary(StandardCheckerLibrary()); |
| 45 | library.configure_parser = AddStandardLibraryMacros; |
| 46 | return library; |
| 47 | } |
| 48 | |
| 49 | } // namespace cel |