Move constructors out-of-line and flesh out their documentation. No
authorChandler Carruth <chandlerc@gmail.com>
Mon, 20 Feb 2012 00:02:47 +0000 (00:02 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 20 Feb 2012 00:02:47 +0000 (00:02 +0000)
commitcceb8f44a0ca3a9c57ab3a7f4947b2abda531cef
treedf0581a29b4644511809100f9d9cc789c8e64561
parent23ec5d7759ed9a3b52fc8c470695248a1719cce8
Move constructors out-of-line and flesh out their documentation. No
functionality changed. This is in preparation for some refactoring of
how this class behaves.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150941 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp