]> granicus.if.org Git - clang/commit
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that...
authorFrancois Pichet <pichet2000@gmail.com>
Sat, 17 Sep 2011 17:15:52 +0000 (17:15 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sat, 17 Sep 2011 17:15:52 +0000 (17:15 +0000)
commit62ec1f2fd7368542bb926c04797fb07023547694
tree4cf87c3881e7a82a79538a468cf92c996cb58549
parent8f8d581f76da8a6bf9de45746f908b970f09ee1b
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag.

Many of the code now under LangOptions::MicrosoftExt will eventually be moved under the LangOptions::MicrosoftMode flag.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139987 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
include/clang/Basic/LangOptions.def
include/clang/Parse/Parser.h
lib/Basic/IdentifierTable.cpp
lib/Basic/Targets.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
lib/Lex/TokenLexer.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/Parser.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/SemaAccess.cpp
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExceptionSpec.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaType.cpp
lib/Sema/TargetAttributesSema.cpp