aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/APSIntTest.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-03-02Give APInt move semantics.Benjamin Kramer1-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