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

Yuka Takahashi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 23:17:10 PDT 2017


yamaguchi added a comment.

@ruiu 
This test will break for instance, when someone add new value to mrelocation-model because values has to be shown in row 78- 83 order, or when someone made a new flags which start with `-Wno-invalid-pp-` because in row 96 only -Wno-invalid-pp-token is expected for this prefix.


https://reviews.llvm.org/D36209





More information about the cfe-commits mailing list