forked from OSchip/llvm-project
parent
19d09d23ac
commit
5ecac1a5f5
|
@ -130,7 +130,7 @@ public:
|
|||
void setError(const Twine &Message, Token &Location) const;
|
||||
bool failed() const;
|
||||
|
||||
virtual void skip() {};
|
||||
virtual void skip() {}
|
||||
|
||||
unsigned int getType() const { return TypeID; }
|
||||
static inline bool classof(const Node *) { return true; }
|
||||
|
|
Loading…
Reference in New Issue