lebedev.ri added inline comments.

================
Comment at: clang-tidy/bugprone/MapSubscriptOperatorLookupCheck.cpp:25
+              hasName("operator[]"),
+              ofClass(hasAnyName("::std::map", "::std::unordered_map")))),
+          hasParent(implicitCastExpr(
----------------
I would imagine it might be best to make this configurable from the start.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46317



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

Reply via email to