summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-redundant-move.cpp
AgeCommit message (Expand)Author
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2015-07-29Fix -Wredundant-move warning.Richard Trieu
2015-07-29Disable -Wpessimizing-move and -Wredundant-move in template instantiations.Richard Trieu
2015-07-28Do not give a -Wredundant-move warning when removing the move will result in anRichard Trieu
2015-07-21Change a test to follow the formatting of the rest of the tests in the file.Richard Trieu
2015-07-18[Sema] Emit correct warning when copy-elision is not possible.Davide Italiano
2015-05-18Have -Wredundant-move ignore reference types.Richard Trieu
2015-04-29Add -Wpessimizing-move and -Wredundant-move warnings.Richard Trieu