summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorJonas Toth <jonas.toth@gmail.com>2018-10-09 13:29:31 +0000
committerJonas Toth <jonas.toth@gmail.com>2018-10-09 13:29:31 +0000
commitc831f55fb169668e898a171e1493c3cbfa8059b5 (patch)
tree87336061ecee19d11e18fcb5694e00cb11b5426e /clang/lib
parentd98081a783706dd55a3be19e31db5d032e970fb5 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud