[pseudo] Cleanup the leftover header guards after the movement, NFC.
authorHaojian Wu <hokein.wu@gmail.com>
Wed, 16 Mar 2022 15:17:25 +0000 (16:17 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Wed, 16 Mar 2022 15:25:18 +0000 (16:25 +0100)
clang-tools-extra/pseudo/include/clang-pseudo/DirectiveMap.h
clang-tools-extra/pseudo/include/clang-pseudo/Grammar.h
clang-tools-extra/pseudo/include/clang-pseudo/LRGraph.h
clang-tools-extra/pseudo/include/clang-pseudo/LRTable.h
clang-tools-extra/pseudo/include/clang-pseudo/Token.h

index d7bbee3..ab71b6a 100644 (file)
@@ -179,4 +179,4 @@ struct GrammarTable {
 } // namespace pseudo
 } // namespace clang
 
-#endif // LLVM_CLANG_TOOLING_SYNTAX_GRAMMAR_H
+#endif // CLANG_PSEUDO_GRAMMAR_H
index ba244d8..c357c1e 100644 (file)
@@ -172,4 +172,4 @@ template <> struct DenseMapInfo<clang::pseudo::Item> {
 };
 } // namespace llvm
 
-#endif // LLVM_CLANG_TOOLING_SYNTAX_PSEUDO_LRGRAPH_H
+#endif // CLANG_PSEUDO_LRGRAPH_H
index b7e166a..c31a262 100644 (file)
@@ -177,4 +177,4 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &, const LRTable::Action &);
 } // namespace pseudo
 } // namespace clang
 
-#endif // LLVM_CLANG_TOOLING_SYNTAX_PSEUDO_LRTABLE_H
+#endif // CLANG_PSEUDO_LRTABLE_H
index 69c7532..24b6729 100644 (file)
@@ -200,4 +200,4 @@ TokenStream stripComments(const TokenStream &);
 } // namespace pseudo
 } // namespace clang
 
-#endif
+#endif // CLANG_PSEUDO_TOKEN_H