From 314167e6005729b37e61bf5e5a8b5d42339a960a Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 30 Oct 2024 22:29:42 +0000 Subject: [PATCH] Update comment --- cpp/scripts/parse_iwyu_output.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpp/scripts/parse_iwyu_output.py b/cpp/scripts/parse_iwyu_output.py index 6f229364106..3f8b42c2246 100644 --- a/cpp/scripts/parse_iwyu_output.py +++ b/cpp/scripts/parse_iwyu_output.py @@ -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