NoQ added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/AllocationState.h:23-25
+std::unique_ptr<BugReporterVisitor>
+getDanglingBufferBRVisitor(SymbolRef Sym);
+
----------------
I think we should start commenting this stuff up. Like, "This function provides 
an additional visitor that augments the bug report with information relevant to 
memory errors caused by misuse of `AF_InternalBuffer` symbols".


https://reviews.llvm.org/D48522



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

Reply via email to