Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 30, 2024
1 parent 19ec08a commit 314167e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpp/scripts/parse_iwyu_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# limitations under the License.
#

"""Helper script to modify IWYU output to only include removals."""
"""Helper script to modify IWYU output to only include removals.
Lines that are not from include-what-you-use are removed from the output.
"""

import argparse
import re
Expand Down

0 comments on commit 314167e

Please sign in to comment.