Cthulhu  0.2.10
Cthulhu compiler collection
main.c File Reference
#include "base/panic.h"
#include "config/config.h"
#include "core/macros.h"
#include "cthulhu/broker/broker.h"
#include "cthulhu/events/events.h"
#include "setup/setup.h"
#include "io/console.h"
#include "io/io.h"
#include "std/map.h"
#include "std/str.h"
#include "std/typed/vector.h"
#include "std/vector.h"
#include "support/loader.h"
#include "argparse/argparse.h"
#include "arena/arena.h"
#include "memory/memory.h"
#include "support/support.h"
Include dependency graph for main.c:

Go to the source code of this file.

Data Structures

struct  tool_t
 
struct  diag_search_t
 

Functions

int main (int argc, const char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

print all langs

print one lang

collect all diagnostics

print all diags

print all diags for a specific lang

print info about specific diagnostics

Definition at line 219 of file main.c.