Quuxplusone added inline comments.

================
Comment at: test/clang-tidy/bugprone-map-subscript-operator-lookup.cpp:48
+  int getter() const;
+  void setter(int);
+};
----------------
Besides mgehre's request for `auto&` test cases, I'd like to see some test 
cases involving these member functions. I assume that's why these lines of code 
are here (but no tests use them yet).


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46317/new/

https://reviews.llvm.org/D46317



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

Reply via email to