[cfe-commits] r44449 - in /cfe/trunk: Driver/clang.cpp Sema/SemaExpr.cpp include/clang/Basic/LangOptions.h test/Sema/vector-assign.c

Chris Lattner clattner at apple.com
Fri Nov 30 00:39:31 PST 2007


On Nov 29, 2007, at 8:21 PM, Anders Carlsson wrote:

> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/include/clang/Basic/LangOptions.h (original)
> +++ cfe/trunk/include/clang/Basic/LangOptions.h Thu Nov 29 22:21:22  
> 2007
> @@ -37,7 +37,8 @@
>   unsigned PascalStrings     : 1;  // Allow Pascal strings
>   unsigned Boolean           : 1;  // Allow bool/true/false
>   unsigned WritableStrings   : 1;  // Allow writable strings
> -
> +  unsigned LaxVectorConversions : 1;
> +
>   LangOptions() {
>     Trigraphs = BCPLComment = DollarIdents = Digraphs = HexFloats = 0;
>     ObjC1 = ObjC2 = 0;
>

Thanks Anders!  Please initialize LaxVectorConversions to zero in the  
ctor though,

-Chris



More information about the cfe-commits mailing list