summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-redundant-move.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update fix-it hints for std::move warnings.Richard Trieu2019-08-081-0/+14
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-116/+116
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-116/+116
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-116/+116
* Fix -Wredundant-move warning.Richard Trieu2015-07-291-76/+15
* Disable -Wpessimizing-move and -Wredundant-move in template instantiations.Richard Trieu2015-07-291-0/+37
* Do not give a -Wredundant-move warning when removing the move will result in anRichard Trieu2015-07-281-1/+37
* Change a test to follow the formatting of the rest of the tests in the file.Richard Trieu2015-07-211-6/+11
* [Sema] Emit correct warning when copy-elision is not possible.Davide Italiano2015-07-181-0/+7
* Have -Wredundant-move ignore reference types.Richard Trieu2015-05-181-2/+26
* Add -Wpessimizing-move and -Wredundant-move warnings.Richard Trieu2015-04-291-0/+68