summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APSIntTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Give APInt move semantics.Benjamin Kramer2014-03-021-0/+44
The interaction between defaulted operators and move elision isn't totally obvious, add a unit test so it doesn't break unintentionally. llvm-svn: 202662
OpenPOWER on IntegriCloud