diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-10-05 06:44:55 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-10-05 06:44:55 +0000 |
commit | a00381fb739b38fe5cb646413d293b21c13bcd7e (patch) | |
tree | b64b3b2e0cb53d1a23fa596d2e992dbb2705839f /clang/lib/AST/MicrosoftMangle.cpp | |
parent | 040fa34becf1c197f9f1c570eb5ca0923b345aa0 (diff) | |
download | bcm5719-llvm-a00381fb739b38fe5cb646413d293b21c13bcd7e.tar.gz bcm5719-llvm-a00381fb739b38fe5cb646413d293b21c13bcd7e.zip |
MS ABI: Make comment more accurate
The ABI for function-scope statics changed in VS "14", not MSVC 2013.
llvm-svn: 219076
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
-rw-r--r-- | clang/lib/AST/MicrosoftMangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp index 780430e8fef..e98a2226b76 100644 --- a/clang/lib/AST/MicrosoftMangle.cpp +++ b/clang/lib/AST/MicrosoftMangle.cpp @@ -2348,7 +2348,7 @@ void MicrosoftMangleContextImpl::mangleReferenceTemporary(const VarDecl *VD, void MicrosoftMangleContextImpl::mangleStaticGuardVariable(const VarDecl *VD, raw_ostream &Out) { - // TODO: This is not correct, especially with respect to MSVC2013. MSVC2013 + // TODO: This is not correct, especially with respect to VS "14". VS "14" // utilizes thread local variables to implement thread safe, re-entrant // initialization for statics. They no longer differentiate between an // externally visible and non-externally visible static with respect to |