[llvm-commits] [llvm] r44705 - in /llvm/trunk: include/llvm/Support/StringPool.h lib/Support/StringPool.cpp
Chris Lattner
clattner at apple.com
Sat Dec 8 16:24:18 PST 2007
On Dec 8, 2007, at 9:07 AM, Gordon Henriksen wrote:
> Author: gordon
> Date: Sat Dec 8 11:07:47 2007
> New Revision: 44705
>
> URL: http://llvm.org/viewvc/llvm-project?rev=44705&view=rev
> Log:
> Adding a StringPool data structure, which GC will use.
Looks great Gordon, one other nit-pick:
> +#include <llvm/ADT/StringMap.h>
Please #include LLVM headers with ""'s when in the llvm source base,
thanks!
-Chris
More information about the llvm-commits
mailing list