#include <iostream>
#include <vector>
#include <set>
#include <list>
#include <memory>
#include <stack>
#include <optional>
#include <fstream>
#include <unordered_map>
#include <AST/Listener/BaseListener.h>
#include <bpp_include/bpp_codegen.h>
#include <bpp_include/bpp.h>
#include <include/BashVersion.h>
#include <listener/ContextExpectations.h>
#include <error/detail.h>
#include <error/SyntaxError.h>
#include <error/InternalError.h>
Go to the source code of this file.
◆ show_warning
| #define show_warning |
( |
|
token, |
|
|
|
msg |
|
) |
| |
Value: if (!suppress_warnings) { \
_msg.print(); \
}
A compiler warning that is not fatal to compilation This type should never be thrown....
Definition SyntaxError.h:146
◆ code_segment