Skip to content

Commit b7dd110

Browse files
committed
[clang-tools-extra] add note for deprecation of -remove and -insert
1 parent e2f78ab commit b7dd110

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ Improvements to clang-doc
8888
Improvements to clang-query
8989
---------------------------
9090

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+
9199
Improvements to clang-tidy
92100
--------------------------
93101

0 commit comments

Comments
 (0)