Publish MetaLexer too.
This fixes our cxxmodules builds.
This commit is contained in:
parent
7677fbc562
commit
a47da9e9cd
@ -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>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "cling/MetaProcessor/InputValidator.h"
|
||||
|
||||
#include "MetaLexer.h"
|
||||
#include "cling/MetaProcessor/MetaLexer.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
// LICENSE.TXT for details.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include "MetaLexer.h"
|
||||
#include "cling/MetaProcessor/MetaLexer.h"
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user