We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0752fb5 commit 454a34dCopy full SHA for 454a34d
clang-tools-extra/include-cleaner/lib/Record.cpp
@@ -99,14 +99,15 @@ class PPRecorder : public PPCallbacks {
99
recordMacroRef(MacroNameTok, *MI, RefType::Ambiguous);
100
}
101
102
+ using PPCallbacks::Elifdef;
103
+ using PPCallbacks::Elifndef;
104
void Elifdef(SourceLocation Loc, const Token &MacroNameTok,
105
const MacroDefinition &MD) override {
106
if (!Active)
107
return;
108
if (const auto *MI = MD.getMacroInfo())
109
110
-
111
void Elifndef(SourceLocation Loc, const Token &MacroNameTok,
112
113
0 commit comments