Delete libSyntax

This commit is contained in:
Robert Widmann
2022-11-16 13:31:41 -08:00
parent 980d40951f
commit 4c162b2aeb
74 changed files with 22 additions and 8938 deletions

View File

@@ -37,13 +37,11 @@
#include "swift/SIL/SILUndef.h"
#include "swift/SIL/TypeLowering.h"
#include "swift/Subsystems.h"
#include "swift/Syntax/SyntaxKind.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/SaveAndRestore.h"
using namespace swift;
using namespace swift::syntax;
static llvm::cl::opt<bool>
ParseSerializedSIL("parse-serialized-sil",
@@ -1944,7 +1942,6 @@ bool SILParser::parseSILBBArgsAtBranch(SmallVector<SILValue, 6> &Args,
if (P.parseList(tok::r_paren, LParenLoc, RParenLoc,
/*AllowSepAfterLast=*/false,
diag::sil_basicblock_arg_rparen,
SyntaxKind::Unknown,
[&]() -> ParserStatus {
SILValue Arg;
SourceLoc ArgLoc;