Skip to content

Commit e5b1b9e

Browse files
committed
[pseudo] Cleanup the leftover header guards after the movement, NFC.
1 parent a8ef5d2 commit e5b1b9e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clang-tools-extra/pseudo/include/clang-pseudo/DirectiveMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ class DirectiveMap::Chunk {
143143
} // namespace pseudo
144144
} // namespace clang
145145

146-
#endif
146+
#endif // CLANG_PSEUDO_DIRECTIVEMAP_H

clang-tools-extra/pseudo/include/clang-pseudo/Grammar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ struct GrammarTable {
179179
} // namespace pseudo
180180
} // namespace clang
181181

182-
#endif // LLVM_CLANG_TOOLING_SYNTAX_GRAMMAR_H
182+
#endif // CLANG_PSEUDO_GRAMMAR_H

clang-tools-extra/pseudo/include/clang-pseudo/LRGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ template <> struct DenseMapInfo<clang::pseudo::Item> {
172172
};
173173
} // namespace llvm
174174

175-
#endif // LLVM_CLANG_TOOLING_SYNTAX_PSEUDO_LRGRAPH_H
175+
#endif // CLANG_PSEUDO_LRGRAPH_H

clang-tools-extra/pseudo/include/clang-pseudo/LRTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &, const LRTable::Action &);
177177
} // namespace pseudo
178178
} // namespace clang
179179

180-
#endif // LLVM_CLANG_TOOLING_SYNTAX_PSEUDO_LRTABLE_H
180+
#endif // CLANG_PSEUDO_LRTABLE_H

clang-tools-extra/pseudo/include/clang-pseudo/Token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ TokenStream stripComments(const TokenStream &);
200200
} // namespace pseudo
201201
} // namespace clang
202202

203-
#endif
203+
#endif // CLANG_PSEUDO_TOKEN_H

0 commit comments

Comments
 (0)