forked from OSchip/llvm-project
Remove trailing `;`. NFC.
This commit is contained in:
parent
6078f2fedc
commit
a3490e3e3d
|
@ -29,7 +29,7 @@ static void traverse(syntax::Node *N,
|
|||
traverse(static_cast<const syntax::Node *>(N), [&](const syntax::Node *N) {
|
||||
Visit(const_cast<syntax::Node *>(N));
|
||||
});
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
|
||||
syntax::Arena::Arena(SourceManager &SourceMgr, const LangOptions &LangOpts,
|
||||
|
|
Loading…
Reference in New Issue