PragmaIntroducerKind was renamed to PragmaIntroducer.

See llvm-mirror/clang@6333880.
This commit is contained in:
Vassil Vassilev 2020-03-15 14:35:00 +02:00 committed by jenkins
parent adb3a16dff
commit 355e9bcfe5
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ namespace {
PragmaHandler("cling"), m_Interp(interp) {}
void HandlePragma(Preprocessor& PP,
PragmaIntroducerKind Introducer,
PragmaIntroducer Introducer,
Token& FirstToken) override {
Token Tok;

View File

@ -44,7 +44,7 @@ class DemoPluginPragmaHandler : public clang::PragmaHandler {
public:
DemoPluginPragmaHandler() : clang::PragmaHandler("demoplugin") { }
void HandlePragma(clang::Preprocessor &PP,
clang::PragmaIntroducerKind Introducer,
clang::PragmaIntroducer Introducer,
clang::Token &PragmaTok) {
llvm::outs() << "DemoPluginPragmaHandler::HandlePragma\n";
// Handle the pragma