vsk added a subscriber: vsk.

================
Comment at: tools/clang-format/git-clang-format:303
@@ -300,3 +302,3 @@
   allowed_extensions = frozenset(allowed_extensions)
-  for filename in dictionary.keys():
+  for filename in list(dictionary.keys()):
     base_ext = filename.rsplit('.', 1)
----------------
Why is this change needed (i.e: is there a functional difference between a list 
vs. a dict_keys here)?


Repository:
  rL LLVM

https://reviews.llvm.org/D23602



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

Reply via email to