Skip to content

Commit e5fcbe6

Browse files
committed
Address Bigcheese's review feedback
1 parent 9f48634 commit e5fcbe6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

clang/include/clang/Options/ClangOptionDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
def GlobalDocumentation {
10-
code Intro = [{..
10+
code Intro =[{..
1111
-------------------------------------------------------------------
1212
NOTE: This file is automatically generated by running clang-tblgen
1313
-gen-opt-docs. Do not edit this file by hand!!

clang/include/clang/Options/OptionUtils.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#ifndef LLVM_CLANG_OPTIONUTILS_H
14-
#define LLVM_CLANG_OPTIONUTILS_H
13+
#ifndef LLVM_CLANG_OPTIONS_OPTIONUTILS_H
14+
#define LLVM_CLANG_OPTIONS_OPTIONUTILS_H
1515

1616
#include "clang/Basic/Diagnostic.h"
1717
#include "clang/Basic/LLVM.h"
@@ -55,4 +55,4 @@ inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
5555

5656
} // namespace clang
5757

58-
#endif // LLVM_CLANG_OPTIONUTILS_H
58+
#endif // LLVM_CLANG_OPTIONS_OPTIONUTILS_H

clang/include/clang/Options/Options.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_CLANG_OPTIONS_H
10-
#define LLVM_CLANG_OPTIONS_H
9+
#ifndef LLVM_CLANG_OPTIONS_OPTIONS_H
10+
#define LLVM_CLANG_OPTIONS_OPTIONS_H
1111

1212
#include "llvm/Option/OptTable.h"
1313
#include "llvm/Option/Option.h"
@@ -52,4 +52,4 @@ enum ID {
5252
const llvm::opt::OptTable &getDriverOptTable();
5353
} // namespace clang
5454

55-
#endif
55+
#endif // LLVM_CLANG_OPTIONS_OPTIONS_H

0 commit comments

Comments
 (0)