[llvm-commits] [llvm] r67979 - in /llvm/trunk/include/llvm: ADT/PointerIntPair.h Instruction.h Support/PointerLikeTypeTraits.h Use.h
Chris Lattner
sabre at nondot.org
Sun Mar 29 06:26:29 PDT 2009
On Mar 29, 2009, at 1:40 AM, Duncan Sands wrote:
> Hi Chris,
>
>> ... PointerIntPair<PointerIntPair<void*, 1,bool>, 1, bool>
>
> you are missing a space before the first "bool" (occurs twice).
> Very important this whitespace stuff! :)
Thanks, fixed. Next time, please include some bit of context (like
the +++ file marker) so I know what header it is in.
-Chris
More information about the llvm-commits
mailing list