[PATCH] D65562: Move LangStandard*, InputKind::Language to Basic

Rainer Orth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 4 06:37:59 PDT 2019


ro added a comment.

I've now submitted the lldb patch <https://reviews.llvm.org/D65717> to reflect the `LangStandard.h` move.

It turns out the part of isl (included in polly) that uses `InputKind::C` isn't even compiled inside the llvm tree.  Nonetheless, I've submitted a patch upstream <https://groups.google.com/forum/#!topic/isl-development/6oEvNWOSQFE> to allow for `Language::C` instead.  However, that part of the isl code didn't even compile before my patch, so acceptance of my patch won't have to block integrating this one.


Repository:
  rC Clang

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

https://reviews.llvm.org/D65562





More information about the cfe-commits mailing list