We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-remove
-insert
1 parent e2f78ab commit b7dd110Copy full SHA for b7dd110
clang-tools-extra/docs/ReleaseNotes.rst
@@ -88,6 +88,14 @@ Improvements to clang-doc
88
Improvements to clang-query
89
---------------------------
90
91
+Improvements to include-cleaner
92
+-------------------------------
93
+- Deprecated the ``-insert`` and ``-remove`` command line options, and added
94
+ the ``-disable-remove`` and ``-disable-insert`` command line options as
95
+ replacements. The previous command line options were confusing because they
96
+ did not imply the default state of the option (which is inserts and removes
97
+ being enabled). The new options are easier to understand the semantics of.
98
+
99
Improvements to clang-tidy
100
--------------------------
101
0 commit comments