Publish MetaLexer too.

This fixes our cxxmodules builds.
This commit is contained in:
Vassil Vassilev 2018-10-23 17:32:46 +02:00 committed by sftnight
parent 7677fbc562
commit a47da9e9cd
5 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,8 @@
#ifndef CLING_META_PARSER_H
#define CLING_META_PARSER_H
#include "MetaLexer.h" // for cling::Token
#include "MetaSema.h" // for ActionResult
#include "cling/MetaProcessor/MetaLexer.h" // for cling::Token
#include "cling/MetaProcessor/MetaSema.h" // for ActionResult
#include "llvm/ADT/SmallVector.h"
#include <memory>

View File

@ -9,7 +9,7 @@
#include "cling/MetaProcessor/InputValidator.h"
#include "MetaLexer.h"
#include "cling/MetaProcessor/MetaLexer.h"
#include <algorithm>

View File

@ -7,7 +7,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------
#include "MetaLexer.h"
#include "cling/MetaProcessor/MetaLexer.h"
#include "llvm/ADT/StringRef.h"

View File

@ -9,7 +9,7 @@
#include "cling/MetaProcessor/MetaParser.h"
#include "cling/MetaProcessor/MetaSema.h"
#include "MetaLexer.h"
#include "cling/MetaProcessor/MetaLexer.h"
#include "cling/Interpreter/Interpreter.h"
#include "cling/Interpreter/InvocationOptions.h"