PragmaIntroducerKind was renamed to PragmaIntroducer.
See llvm-mirror/clang@6333880.
This commit is contained in:
parent
adb3a16dff
commit
355e9bcfe5
@ -190,7 +190,7 @@ namespace {
|
||||
PragmaHandler("cling"), m_Interp(interp) {}
|
||||
|
||||
void HandlePragma(Preprocessor& PP,
|
||||
PragmaIntroducerKind Introducer,
|
||||
PragmaIntroducer Introducer,
|
||||
Token& FirstToken) override {
|
||||
|
||||
Token Tok;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user