steveire added a comment.

>   if I put any declarations inside the preprocess clauses they actually don't 
> get converted.

Sorry, I'm not certain what this means. Does it mean that if you have

  #if 0
  Foo<const Foo<int>> P;
  #else
  Foo<const Foo<int>> P;
  #endif

that neither of them get converted?

Can you point me to a git branch I can use to try this out? The last patch I 
tried to download from phab didn't apply cleanly. If you have a git branch I 
can rebase it with more confidence.


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

https://reviews.llvm.org/D69764



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

Reply via email to