[PATCH] D36209: [Bash-autocompletion] Add comment to test so that it is easier to fix

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 22:52:55 PDT 2017


ruiu added a comment.

I wonder if this test is actually fragile. How can you break this test by adding a new flag?



================
Comment at: clang/test/Driver/autocomplete.c:3
+// If this test had broke due to adding/modifying flags or changing HelpText,
+// please modify this file according to the change you have made on flags used in this file.
+
----------------
Keep it in 80 cols.


https://reviews.llvm.org/D36209





More information about the cfe-commits mailing list