forked from OSchip/llvm-project
[find-all-symbols] fixed FindAllMacros compilation error.
llvm-svn: 270196
This commit is contained in:
parent
38de59e4d9
commit
81554e7257
|
@ -103,7 +103,7 @@ public:
|
|||
StringRef InFile) override {
|
||||
Compiler.getPreprocessor().addCommentHandler(&Handler);
|
||||
Compiler.getPreprocessor().addPPCallbacks(llvm::make_unique<FindAllMacros>(
|
||||
&Reporter, &Collector, &Compiler.getSourceManager()));
|
||||
&Reporter, &Compiler.getSourceManager(), &Collector));
|
||||
return MatchFinder.newASTConsumer();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue