]> granicus.if.org Git - clang/commit
[Bash-autocompletion] Fixed typo and add '-' after -Wno
authorYuka Takahashi <yukatkh@gmail.com>
Sat, 22 Jul 2017 12:35:15 +0000 (12:35 +0000)
committerYuka Takahashi <yukatkh@gmail.com>
Sat, 22 Jul 2017 12:35:15 +0000 (12:35 +0000)
commit2b574ef3f388febd0f5cff0e24325282100c02c9
tree6e578794d4f55b1ce6bf10fc3deb2429ddd8b4e9
parentf69d06e4025acf5d0880e88aa66c4e4280140feb
[Bash-autocompletion] Fixed typo and add '-' after -Wno

Summary: -Wno-<warning> was autocompleted as -Wno<warning>, so fixed this typo.

Differential Revision: https://reviews.llvm.org/D35762

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308824 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/DiagnosticIDs.cpp
test/Driver/autocomplete.c