[cfe-commits] r68387 - /cfe/trunk/include/clang/Basic/LangOptions.h
Fariborz Jahanian
fjahanian at apple.com
Fri Apr 3 09:29:23 PDT 2009
On Apr 3, 2009, at 8:52 AM, Chris Lattner wrote:
> Author: lattner
> Date: Fri Apr 3 10:52:00 2009
> New Revision: 68387
>
> URL: http://llvm.org/viewvc/llvm-project?rev=68387&view=rev
> Log:
> initialize an ivar.
>
> Modified:
> cfe/trunk/include/clang/Basic/LangOptions.h
>
> Modified: cfe/trunk/include/clang/Basic/LangOptions.h
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/LangOptions.h?rev=68387&r1=68386&r2=68387&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/include/clang/Basic/LangOptions.h (original)
> +++ cfe/trunk/include/clang/Basic/LangOptions.h Fri Apr 3 10:52:00
> 2009
> @@ -89,6 +89,8 @@
> LaxVectorConversions = 1;
> HeinousExtensions = 0;
>
> + SymbolVisibility = 0;
> +
Yes, thank you.
- Fariborz
>
> // FIXME: The default should be 1.
> ThreadsafeStatics = 0;
> Blocks = 0;
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list