src
Classes | Namespaces | Macros
warn.h File Reference
#include "src/util/c99_stdint.h"
#include <string>
#include <vector>
#include "src/ir/skeleton/way.h"
#include "src/parse/rules.h"
Include dependency graph for warn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  re2c::Warn
 

Namespaces

 re2c
 

Macros

#define RE2C_WARNING_TYPES
 
#define W(x, y)   x
 

Macro Definition Documentation

#define RE2C_WARNING_TYPES
Value:
W (CONDITION_ORDER, "condition-order"), \
W (EMPTY_CHARACTER_CLASS, "empty-character-class"), \
W (MATCH_EMPTY_STRING, "match-empty-string"), \
W (SWAPPED_RANGE, "swapped-range"), \
W (UNDEFINED_CONTROL_FLOW, "undefined-control-flow"), \
W (UNREACHABLE_RULES, "unreachable-rules"), \
W (USELESS_ESCAPE, "useless-escape"),
#define W(x, y)
Definition: warn.h:27

Definition at line 13 of file warn.h.

#define W (   x,
 
)    x

Definition at line 27 of file warn.h.