aaron.ballman added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/bugprone/UnintendedADLCheck.h:27
+  const bool IgnoreOverloadedOperators;
+  const std::vector<std::string> Whitelist;
+
----------------
I'd prefer a more descriptive name for this (and the user-facing option + 
documentation). How about `AllowedIdentifiers` or `ADLEnabledIdentifiers` or 
some such?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72282



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

Reply via email to