struct DiagnosticsFlags

Defined at line 19 of file ../../sdk/lib/c/dlfcn/dl/diagnostics.h

dlerror() returns a single string that's not expected to contain newlines

for multiple errors. There's no facility for fetching or logging warnings

at all, nor for enabling costly extra checking at runtime. dl::Diagnostics

will never keep going after an error.

Public Members

FixedBool multiple_errors
FixedBool warnings_are_errors
FixedBool extra_checking