Bigcheese added a comment.

I think this is fine, but I need to think more about the ModuleDepCollector.cpp 
change.



================
Comment at: clang/lib/Lex/ModuleMap.cpp:1275
   // specified module?
-  (void) Headers[Header.Entry];
+  (void) Headers[Header.Entry].push_back(KH);
 
----------------
Cast to `void` no longer needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134224

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

Reply via email to