[PATCH] [ms-cxxabi] Implement guard variables for static initialization

Reid Kleckner rnk at google.com
Thu Aug 22 13:27:48 PDT 2013


Eli, how does this address your concerns?


On Tue, Aug 20, 2013 at 4:59 PM, Reid Kleckner <rnk at google.com> wrote:

>     - Use MangleNumeringContext for the guard variable bit index.
>
> Hi rjmccall,
>
> http://llvm-reviews.chandlerc.com/D1416
>
> CHANGE SINCE LAST DIFF
>   http://llvm-reviews.chandlerc.com/D1416?vs=3516&id=3615#toc
>
> Files:
>   include/clang/AST/ASTContext.h
>   include/clang/AST/Mangle.h
>   include/clang/AST/MangleNumberingContext.h
>   include/clang/Sema/Sema.h
>   lib/AST/ASTContext.cpp
>   lib/AST/CXXABI.h
>   lib/AST/ItaniumCXXABI.cpp
>   lib/AST/ItaniumMangle.cpp
>   lib/AST/MangleNumberingContext.cpp
>   lib/AST/MicrosoftCXXABI.cpp
>   lib/AST/MicrosoftMangle.cpp
>   lib/CodeGen/CGCXXABI.cpp
>   lib/CodeGen/CGCXXABI.h
>   lib/CodeGen/CGDeclCXX.cpp
>   lib/CodeGen/CodeGenFunction.h
>   lib/CodeGen/ItaniumCXXABI.cpp
>   lib/CodeGen/MicrosoftCXXABI.cpp
>   lib/Sema/SemaDecl.cpp
>   lib/Sema/SemaLambda.cpp
>   test/CodeGenCXX/debug-info-global-ctor-dtor.cpp
>   test/CodeGenCXX/microsoft-abi-static-initializers.cpp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130822/16228e0d/attachment.html>


More information about the cfe-commits mailing list