We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2adb3 commit d659dbdCopy full SHA for d659dbd
libyul/Dialect.h
@@ -55,7 +55,7 @@ struct BuiltinFunction
55
56
struct Dialect: boost::noncopyable
57
{
58
- AsmFlavour const flavour = AsmFlavour::Loose;
+ AsmFlavour const flavour = AsmFlavour::Strict;
59
/// @returns the builtin function of the given name or a nullptr if it is not a builtin function.
60
virtual BuiltinFunction const* builtin(YulString /*_name*/) const { return nullptr; }
61
0 commit comments