icinga2/tools/mkclass
Yonas Habteab aa702b050c ClassCompiler: Validate field types -> Icinga Name correctly
When the classcompiler is validating/transforming field types -> Icinga type names, it is currently returning
Icinga `Number` type for field type of `bool`, which is actually wrong. This PR ensures to always transform
into the correct Icinga type names.
2022-09-05 17:16:53 +02:00
..
CMakeLists.txt
class_lexer.ll
class_parser.yy
classcompiler.cpp
classcompiler.hpp
mkclass.cpp