[llvm-commits] [llvm] r135888 - in /llvm/trunk: include/llvm/ADT/Twine.h lib/Support/Twine.cpp unittests/ADT/TwineTest.cpp
Chris Lattner
clattner at apple.com
Sun Jul 24 13:46:35 PDT 2011
On Jul 24, 2011, at 1:44 PM, Chris Lattner wrote:
> Author: lattner
> Date: Sun Jul 24 15:44:30 2011
> New Revision: 135888
>
> URL: http://llvm.org/viewvc/llvm-project?rev=135888&view=rev
> Log:
> Add Twine support for characters, and switch twine to use a union internally
> to eliminate some casting.
Oops, I forgot to say: this patch and the next one by David Blaikie!
-Chris
More information about the llvm-commits
mailing list