| commit | c831f55fb169668e898a171e1493c3cbfa8059b5 | [log] [tgz] | 
|---|---|---|
| author | Jonas Toth <jonas.toth@gmail.com> | Tue Oct 09 13:29:31 2018 +0000 | 
| committer | Jonas Toth <jonas.toth@gmail.com> | Tue Oct 09 13:29:31 2018 +0000 | 
| tree | 87336061ecee19d11e18fcb5694e00cb11b5426e | |
| parent | d98081a783706dd55a3be19e31db5d032e970fb5 [diff] | 
[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