Prazek added a comment.

Cool!
Have you run this check on LLVM & Clang to check if it works?
I just runned it and I got this weird behavior

  lib/Analysis/AssumptionCache.cpp:120
  -    for (const BasicBlock &B : cast<Function>(*I.first))
  +    for (const BasicBlock &B : auto<Function>(*I.first))


https://reviews.llvm.org/D27166



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

Reply via email to