File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ void CmdLineParser::printHelp()
11371137 " * pic16\n "
11381138 " 16 bit PIC microcontrollers\n "
11391139 " * mips32\n "
1140- " 32 bit MIPS microcontrollers\n "
1140+ " 32 bit MIPS microcontrollers\n "
11411141 " * native\n "
11421142 " Type sizes of host system are assumed, but no\n "
11431143 " further assumptions.\n "
Original file line number Diff line number Diff line change 1515 <size_t >4</size_t >
1616 <wchar_t >4</wchar_t >
1717 </sizeof >
18- </platform >
18+ </platform >
Original file line number Diff line number Diff line change 1414 <pointer >2</pointer >
1515 <size_t >2</size_t >
1616 <wchar_t >2</wchar_t >
17- </sizeof >
18- </platform >
17+ </sizeof >
18+ </platform >
Original file line number Diff line number Diff line change @@ -1774,7 +1774,7 @@ class TestAutoVariables : public TestFixture {
17741774 ASSERT_EQUALS (" " , errout.str ());
17751775
17761776 check (" void g(std::vector<int>);\n "
1777- " std::vector<int> h();\n "
1777+ " std::vector<int> h();\n "
17781778 " void f() {\n "
17791779 " std::vector<int>&& v = h();\n "
17801780 " g(std::move(v));\n "
You can’t perform that action at this time.
0 commit comments