File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ class PPTraceAction : public ASTFrontendAction {
85
85
StringRef InFile) override {
86
86
Preprocessor &PP = CI.getPreprocessor ();
87
87
PP.addPPCallbacks (
88
- make_unique<PPCallbacksTracker>(Filters, CallbackCalls, PP));
89
- return make_unique<ASTConsumer>();
88
+ llvm:: make_unique<PPCallbacksTracker>(Filters, CallbackCalls, PP));
89
+ return llvm:: make_unique<ASTConsumer>();
90
90
}
91
91
92
92
void EndSourceFileAction () override {
@@ -151,7 +151,7 @@ int main(int argc, const char **argv) {
151
151
error (EC.message ());
152
152
153
153
if (Error Err = Exec->get ()->execute (
154
- make_unique<PPTraceFrontendActionFactory>(Filters, Out.os ())))
154
+ llvm:: make_unique<PPTraceFrontendActionFactory>(Filters, Out.os ())))
155
155
error (toString (std::move (Err)));
156
156
Out.keep ();
157
157
return 0 ;
You can’t perform that action at this time.
0 commit comments