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
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D48708: NFC Bu... Gabor Buella via Phabricator via cfe-commits
    • [PATCH] D48708: N... Alexander Kornienko via Phabricator via cfe-commits

Reply via email to