Files
llvm/utils/TableGen
Mikael Holmen 46155ae901 [TableGen] Fix std::array initializer to avoid warnings with older tool chains. NFC
A std::array is implemented as a template with an array inside a struct.
Older versions of clang, like 3.6, require an extra set of curly braces
around std::array initializations to avoid warnings.

The C++ language was changed regarding this by CWG 1270. So more modern
tool chains does not complain even if leaving out one level of braces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362360 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-03 06:38:01 +00:00
..
2019-03-12 21:02:54 +00:00
2019-04-23 14:51:27 +00:00
2019-03-12 21:02:54 +00:00