xazax.hun accepted this revision.
xazax.hun added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/DanglingInternalBufferChecker.cpp:41
+    // Tracked pointer to a buffer.
+    SymbolRef Sym;
+
----------------
I am fine with this as is, but I prefer self documenting code in general. 
Naming this variable PtrToBuf or something like that would conway the same 
information and render the comment redundant. 


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