Skip to content

Commit 28ba3bc

Browse files
author
Stephen Gutekanst
committed
correct LANGOPT / ensure LangOptions.fixed.def is used
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent 27b8550 commit 28ba3bc

File tree

12 files changed

+0
-72
lines changed

12 files changed

+0
-72
lines changed

tools/clang/include/clang/Basic/LangOptions.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
#ifndef LLVM_CLANG_BASIC_LANGOPTIONS_H
1616
#define LLVM_CLANG_BASIC_LANGOPTIONS_H
1717

18-
// Mach change start
19-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
20-
#define MS_SUPPORT_VARIABLE_LANGOPTS
21-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
22-
// Mach change end
23-
2418
#include "clang/Basic/CommentOptions.h"
2519
#include "clang/Basic/LLVM.h"
2620
#include "clang/Basic/ObjCRuntime.h"

tools/clang/lib/AST/DeclarationName.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
// Mach change start
16-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
17-
#define MS_SUPPORT_VARIABLE_LANGOPTS
18-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
19-
// Mach change end
20-
2115
#include "clang/AST/ASTContext.h"
2216
#include "clang/AST/Decl.h"
2317
#include "clang/AST/DeclarationName.h"

tools/clang/lib/AST/TemplateBase.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
// Mach change start
16-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
17-
#define MS_SUPPORT_VARIABLE_LANGOPTS
18-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
19-
// Mach change end
20-
2115
#include "clang/AST/TemplateBase.h"
2216
#include "clang/AST/ASTContext.h"
2317
#include "clang/AST/DeclBase.h"

tools/clang/lib/AST/TemplateName.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
// Mach change start
15-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
16-
#define MS_SUPPORT_VARIABLE_LANGOPTS
17-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
18-
// Mach change end
19-
2014
#include "clang/AST/TemplateName.h"
2115
#include "clang/AST/DeclTemplate.h"
2216
#include "clang/AST/NestedNameSpecifier.h"

tools/clang/lib/Basic/LangOptions.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
// Mach change start
15-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
16-
#define MS_SUPPORT_VARIABLE_LANGOPTS
17-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
18-
// Mach change end
19-
2014
#include "clang/Basic/LangOptions.h"
2115
// //
2216
///////////////////////////////////////////////////////////////////////////////

tools/clang/lib/Format/Format.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
///
1414
//===----------------------------------------------------------------------===//
1515

16-
// Mach change start
17-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
18-
#define MS_SUPPORT_VARIABLE_LANGOPTS
19-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
20-
// Mach change end
21-
2216
#include "ContinuationIndenter.h"
2317
#include "TokenAnnotator.h"
2418
#include "UnwrappedLineFormatter.h"

tools/clang/lib/Frontend/ASTUnit.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
// Mach change start
15-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
16-
#define MS_SUPPORT_VARIABLE_LANGOPTS
17-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
18-
// Mach change end
19-
2014
#include "clang/Frontend/ASTUnit.h"
2115
#include "clang/AST/ASTConsumer.h"
2216
#include "clang/AST/ASTContext.h"

tools/clang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
//
88
//===----------------------------------------------------------------------===//
99

10-
// Mach change start
11-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
12-
#define MS_SUPPORT_VARIABLE_LANGOPTS
13-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
14-
// Mach change end
15-
1610
#include "clang/Frontend/CompilerInvocation.h"
1711
#include "clang/Basic/FileManager.h"
1812
#include "clang/Basic/Version.h"

tools/clang/lib/Lex/Lexer.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
// Mach change start
15-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
16-
#define MS_SUPPORT_VARIABLE_LANGOPTS
17-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
18-
// Mach change end
19-
2014
#include "clang/Lex/Lexer.h"
2115
#include "UnicodeCharSets.h"
2216
#include "clang/Basic/CharInfo.h"

tools/clang/lib/Lex/ModuleMap.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
// Mach change start
16-
#ifndef MS_SUPPORT_VARIABLE_LANGOPTS
17-
#define MS_SUPPORT_VARIABLE_LANGOPTS
18-
#endif // MS_SUPPORT_VARIABLE_LANGOPTS
19-
// Mach change end
20-
2115
#include "clang/Lex/ModuleMap.h"
2216
#include "clang/Basic/CharInfo.h"
2317
#include "clang/Basic/Diagnostic.h"

0 commit comments

Comments
 (0)