alexshap added inline comments.
================ Comment at: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:965 + + // Performing operator `&' on an lvalue expression is essentially a no-op. + // Then, if we are taking addresses of fields or elements, these are also ---------------- "Address-of" operator can be overloaded, just wondering - doest this code work correctly in that case ? https://reviews.llvm.org/D31982 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits