alexfh requested changes to this revision.
alexfh added inline comments.
This revision now requires changes to proceed.
================
Comment at: unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp:64
});
- return AnalysisConsumer;
+ return std::unique_ptr<ASTConsumer>(AnalysisConsumer.release());
}
----------------
d0k has committed a better fix in r335854 (a workaround for GCC < 5, actually,
since the original code was fine w.r.t. the standard).
Repository:
rC Clang
https://reviews.llvm.org/D48708
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits