File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ Improvements to Clang's diagnostics
79
79
warning of the same name. It warns about statements that are indented as if
80
80
they were part of a if/else/for/while statement but are not semantically
81
81
part of that if/else/for/while.
82
+ - -Wbitwise-op-parentheses and -Wlogical-op-parentheses are disabled by default.
82
83
83
84
Non-comprehensive list of changes in this release
84
85
-------------------------------------------------
@@ -157,6 +158,13 @@ New Compiler Flags
157
158
``-ffile-prefix-map `` option is equivalent to specifying both
158
159
``-fdebug-prefix-map `` and ``-fmacro-prefix-map ``.
159
160
161
+ - ``-fpatchable-function-entry=N[,M] `` is added to generate M NOPs before the
162
+ function entry and N-M NOPs after the function entry. This is used by AArch64
163
+ ftrace in the Linux kernel.
164
+
165
+ - ``-mbranches-within-32B-boundaries `` is added as an x86 assembler mitigation
166
+ for Intel's Jump Condition Code Erratum.
167
+
160
168
Deprecated Compiler Flags
161
169
-------------------------
162
170
You can’t perform that action at this time.
0 commit comments