From: Mathieu Desnoyers Date: Fri, 22 Sep 2017 21:38:13 +0000 (-0400) Subject: Filter: make bitwise and, or, xor higher prio than relational expressions X-Git-Tag: v2.11.0-rc1~170 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=831b702b8e8914a3ca3b4905a55aed93c7d30bbf;hp=831b702b8e8914a3ca3b4905a55aed93c7d30bbf Filter: make bitwise and, or, xor higher prio than relational expressions It seems that the usual use-case for bitwise ops are to apply them on values rather than on the result of equality/inequality. Therefore, move away from the C operator precedence order, and ensure bitwise and, or, xor are higher priority than relational expressions (equality and inequality). Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---