thakis added inline comments.

================
Comment at: cfe/trunk/unittests/Rewrite/CMakeLists.txt:12
   clangRewrite
+  clangTooling
   )
----------------
This makes RewriteTests depend on clangTooling, and in follow-ups on 
clangFrontend and clangSerialization. Rewrite used to depend on basically only 
clangBasic and clangLex, and now it depends on almost all of clang. Maybe 
there's a less heavy-weight way to test this?

Also, when do you expect to land code that uses this? Checking in code that's 
unused upstream over a long period of time seems suboptimal. I delete code that 
shows up unused on http://llvm-cs.pcc.me.uk/ every now and then for example. 
(Ignore this part if you expect to check in clients of the overload soon.)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61467



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

Reply via email to