Author: Sam McCall Date: 2022-07-27T09:05:59+02:00 New Revision: 89f284bc238b4091482cbc4fa38bc5f7246b81e4
URL: https://github.com/llvm/llvm-project/commit/89f284bc238b4091482cbc4fa38bc5f7246b81e4 DIFF: https://github.com/llvm/llvm-project/commit/89f284bc238b4091482cbc4fa38bc5f7246b81e4.diff LOG: [pseudo] Remove dead header This was an earlier draft of Language.h that got committed accidentally Added: Modified: Removed: clang-tools-extra/pseudo/include/clang-pseudo/ParseLang.h ################################################################################ diff --git a/clang-tools-extra/pseudo/include/clang-pseudo/ParseLang.h b/clang-tools-extra/pseudo/include/clang-pseudo/ParseLang.h deleted file mode 100644 index fdbc83c26ebe..000000000000 --- a/clang-tools-extra/pseudo/include/clang-pseudo/ParseLang.h +++ /dev/null @@ -1,31 +0,0 @@ -//===--- ParseLang.h ------------------------------------------- -*- C++-*-===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#ifndef CLANG_PSEUDO_PARSELANG_H -#define CLANG_PSEUDO_PARSELANG_H - -#include "clang-pseudo/grammar/Grammar.h" -#include "clang-pseudo/grammar/LRTable.h" - -namespace clang { -namespace pseudo { - -// Specify a language that can be parsed by the pseduoparser. -// Manifest generated from a bnf grammar file. -struct ParseLang { - Grammar G; - LRTable Table; - - // FIXME: add clang::LangOptions. - // FIXME: add default start symbols. -}; - -} // namespace pseudo -} // namespace clang - -#endif // CLANG_PSEUDO_PARSELANG_H _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits