[pseudo] Cleanup the leftover header guards after the movement, NFC.

This commit is contained in:
Haojian Wu 2022-03-16 16:17:25 +01:00
parent a8ef5d2f6d
commit e5b1b9edb8
5 changed files with 5 additions and 5 deletions

View File

@ -143,4 +143,4 @@ private:
} // namespace pseudo
} // namespace clang
#endif
#endif // CLANG_PSEUDO_DIRECTIVEMAP_H

View File

@ -179,4 +179,4 @@ struct GrammarTable {
} // namespace pseudo
} // namespace clang
#endif // LLVM_CLANG_TOOLING_SYNTAX_GRAMMAR_H
#endif // CLANG_PSEUDO_GRAMMAR_H

View 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

View 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

View File

@ -200,4 +200,4 @@ TokenStream stripComments(const TokenStream &);
} // namespace pseudo
} // namespace clang
#endif
#endif // CLANG_PSEUDO_TOKEN_H