forked from OSchip/llvm-project
[pseudo] Cleanup the leftover header guards after the movement, NFC.
This commit is contained in:
parent
a8ef5d2f6d
commit
e5b1b9edb8
|
@ -143,4 +143,4 @@ private:
|
|||
} // namespace pseudo
|
||||
} // namespace clang
|
||||
|
||||
#endif
|
||||
#endif // CLANG_PSEUDO_DIRECTIVEMAP_H
|
||||
|
|
|
@ -179,4 +179,4 @@ struct GrammarTable {
|
|||
} // namespace pseudo
|
||||
} // namespace clang
|
||||
|
||||
#endif // LLVM_CLANG_TOOLING_SYNTAX_GRAMMAR_H
|
||||
#endif // CLANG_PSEUDO_GRAMMAR_H
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -200,4 +200,4 @@ TokenStream stripComments(const TokenStream &);
|
|||
} // namespace pseudo
|
||||
} // namespace clang
|
||||
|
||||
#endif
|
||||
#endif // CLANG_PSEUDO_TOKEN_H
|
||||
|
|
Loading…
Reference in New Issue