xazax.hun added a subscriber: NoQ.
xazax.hun added a comment.

@NoQ , @dcoughlin could either of you review this patch as well? The end of 
GSoC is closing and it would be awesome to be able to commit this before it 
ends. :)



================
Comment at: lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:30
+enum class ObjectState : bool { CtorCalled, DtorCalled };
+}
 
----------------
Missing namespace closing comment. 


https://reviews.llvm.org/D34275



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to