STL/stl/inc/cvt
Curtis J Bezault 84221fbe95
Clang warnings cleanup (#755)
Fix Clang warnings in STL headers (when they aren't being suppressed for "system headers").

Change the test infrastructure to no longer treat STL headers as "system headers", so we'll remain clean with respect to Clang warnings in the future.

Fix Microsoft-internal VSO-609129 "`<cvt/sjis_0208>` appears to have impossible condition" which was also emitting a Clang warning.
2020-04-30 02:37:48 -07:00
..
8859_1 Initial commit. 2019-09-04 15:57:56 -07:00
8859_2 Initial commit. 2019-09-04 15:57:56 -07:00
8859_3 Initial commit. 2019-09-04 15:57:56 -07:00
8859_4 Initial commit. 2019-09-04 15:57:56 -07:00
8859_5 Initial commit. 2019-09-04 15:57:56 -07:00
8859_6 Initial commit. 2019-09-04 15:57:56 -07:00
8859_7 Initial commit. 2019-09-04 15:57:56 -07:00
8859_8 Initial commit. 2019-09-04 15:57:56 -07:00
8859_9 Initial commit. 2019-09-04 15:57:56 -07:00
8859_10 Initial commit. 2019-09-04 15:57:56 -07:00
8859_13 Initial commit. 2019-09-04 15:57:56 -07:00
8859_14 Initial commit. 2019-09-04 15:57:56 -07:00
8859_15 Initial commit. 2019-09-04 15:57:56 -07:00
8859_16 Initial commit. 2019-09-04 15:57:56 -07:00
baltic Initial commit. 2019-09-04 15:57:56 -07:00
big5 Fix typos (#96) 2019-09-17 21:45:12 -06:00
cp037 Initial commit. 2019-09-04 15:57:56 -07:00
cp424 Initial commit. 2019-09-04 15:57:56 -07:00
cp437 Initial commit. 2019-09-04 15:57:56 -07:00
cp500 Initial commit. 2019-09-04 15:57:56 -07:00
cp737 Initial commit. 2019-09-04 15:57:56 -07:00
cp775 Initial commit. 2019-09-04 15:57:56 -07:00
cp850 Initial commit. 2019-09-04 15:57:56 -07:00
cp852 Initial commit. 2019-09-04 15:57:56 -07:00
cp855 Initial commit. 2019-09-04 15:57:56 -07:00
cp856 Initial commit. 2019-09-04 15:57:56 -07:00
cp857 Initial commit. 2019-09-04 15:57:56 -07:00
cp860 Initial commit. 2019-09-04 15:57:56 -07:00
cp861 Initial commit. 2019-09-04 15:57:56 -07:00
cp862 Initial commit. 2019-09-04 15:57:56 -07:00
cp863 Initial commit. 2019-09-04 15:57:56 -07:00
cp864 Initial commit. 2019-09-04 15:57:56 -07:00
cp865 Initial commit. 2019-09-04 15:57:56 -07:00
cp866 Initial commit. 2019-09-04 15:57:56 -07:00
cp869 Initial commit. 2019-09-04 15:57:56 -07:00
cp874 Initial commit. 2019-09-04 15:57:56 -07:00
cp875 Initial commit. 2019-09-04 15:57:56 -07:00
cp932 Initial commit. 2019-09-04 15:57:56 -07:00
cp936 Initial commit. 2019-09-04 15:57:56 -07:00
cp949 Initial commit. 2019-09-04 15:57:56 -07:00
cp950 Initial commit. 2019-09-04 15:57:56 -07:00
cp1006 Initial commit. 2019-09-04 15:57:56 -07:00
cp1026 Initial commit. 2019-09-04 15:57:56 -07:00
cp1250 Initial commit. 2019-09-04 15:57:56 -07:00
cp1251 Initial commit. 2019-09-04 15:57:56 -07:00
cp1252 Initial commit. 2019-09-04 15:57:56 -07:00
cp1253 Initial commit. 2019-09-04 15:57:56 -07:00
cp1254 Initial commit. 2019-09-04 15:57:56 -07:00
cp1255 Initial commit. 2019-09-04 15:57:56 -07:00
cp1256 Initial commit. 2019-09-04 15:57:56 -07:00
cp1257 Initial commit. 2019-09-04 15:57:56 -07:00
cp1258 Initial commit. 2019-09-04 15:57:56 -07:00
cyrillic Initial commit. 2019-09-04 15:57:56 -07:00
ebcdic Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
euc Initial commit. 2019-09-04 15:57:56 -07:00
euc_0208 Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
gb2312 Initial commit. 2019-09-04 15:57:56 -07:00
gb12345 Initial commit. 2019-09-04 15:57:56 -07:00
greek Initial commit. 2019-09-04 15:57:56 -07:00
iceland Initial commit. 2019-09-04 15:57:56 -07:00
jis Initial commit. 2019-09-04 15:57:56 -07:00
jis0201 Initial commit. 2019-09-04 15:57:56 -07:00
jis_0208 Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
ksc5601 Initial commit. 2019-09-04 15:57:56 -07:00
latin2 Initial commit. 2019-09-04 15:57:56 -07:00
one_one Clang warnings cleanup (#755) 2020-04-30 02:37:48 -07:00
roman Initial commit. 2019-09-04 15:57:56 -07:00
sjis Initial commit. 2019-09-04 15:57:56 -07:00
sjis_0208 Clang warnings cleanup (#755) 2020-04-30 02:37:48 -07:00
turkish Initial commit. 2019-09-04 15:57:56 -07:00
utf8 Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
utf8_utf16 Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
utf16 Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
wbuffer Avoid declaring multiple variables on a single line (#550) 2020-02-29 14:30:33 -08:00
wstring Initial commit. 2019-09-04 15:57:56 -07:00
xjis Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
xone_byte Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00
xtwo_byte Update to Clang 10 and Visual Studio 2019 version 16.6p2 (#645) 2020-03-28 18:53:15 -07:00