diff options
author | Jonas Toth <jonas.toth@gmail.com> | 2018-10-09 13:29:31 +0000 |
---|---|---|
committer | Jonas Toth <jonas.toth@gmail.com> | 2018-10-09 13:29:31 +0000 |
commit | c831f55fb169668e898a171e1493c3cbfa8059b5 (patch) | |
tree | 87336061ecee19d11e18fcb5694e00cb11b5426e /clang/lib | |
parent | d98081a783706dd55a3be19e31db5d032e970fb5 (diff) | |
download | bcm5719-llvm-c831f55fb169668e898a171e1493c3cbfa8059b5.tar.gz bcm5719-llvm-c831f55fb169668e898a171e1493c3cbfa8059b5.zip |
[clang-tidy] NFC fix warnings from missing braces
The std::array create multiple StringRef but did not wrap
them in braces. Some compilers warned for that. Adding the
braces is not possible and result in a compilation error.
This commit changes the array to vector which works without warning.
llvm-svn: 344046
Diffstat (limited to 'clang/lib')
0 files changed, 0 insertions, 0 deletions