<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks to you all, I’ll go with your recommendation and implement the dump function for LangOptions.<div class=""><br class=""><div class="">Whilst on the topic, I’ve always had trouble getting any debug information out of LLVM and Clang; is there a nice way to get things like that printed to a file  / STDOUT consistently?</div><div class=""><br class=""></div><div class="">The best I’ve found so far involves going into the VS solution settings, adding something like > log.txt to the command line arguments, and hoping it works (it doesn’t always).</div><div class=""><br class=""><div apple-content-edited="true" class="">
--<br class="">Joshua Gerrard<br class="">JUCE Software Developer<br class=""><br class="">ROLI’s award-winning Seaboard GRAND, celebrated as the “piano of the future”, is now joined by the Seaboard RISE, “every bit as slimline and attractive as its bigger brother”. The press is hailing the Seaboard RISE as “innovative”, “expressive”, “accessible”, and “a keyboard controller that does to piano keys what 3D touch does to the iPhone”. Now available for preorder at <a href="http://www.roli.com" class="">www.roli.com</a>.<br class="">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 17 Oct 2015, at 00:36, Reid Kleckner <<a href="mailto:rnk@google.com" class="">rnk@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I think the answer to your high-level question is that LangOptions isn't really designed to be high-level and user-facing. Users use command lines, and LangOptions attempts to be a more logical, denormalized representation of their settings useful for the internals of the compiler.<div class=""><br class=""></div><div class="">I think you have two ways forward:</div><div class=""><br class=""></div><div class="">- Use libTooling the way clang-tidy does, and let it translate from normal high-level driver command lines to -cc1 lines for you. This is probably a lot of work.</div><div class=""><br class=""></div><div class="">- Dump LangOptions as David suggested and try to build a LangOptions close to what clang would do for a normal Windows compilation. This is probably easier to do now, if harder to maintain over time.</div><div class=""><br class=""></div><div class="">Not particularly awesome, unfortunately. =/</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Oct 15, 2015 at 12:59 AM, Joshua Gerrard via cfe-dev <span dir="ltr" class=""><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank" class="">cfe-dev@lists.llvm.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class="">So I've been working with clang as a library on Windows for a little while now, and I'm noticed a few things that I'd like to change, but in order to do so I need to know the "clang policy" for such things first.</div><div class=""><br class=""></div><div class="">There is a flag, MSVCCompat, which as you probably know already, tweaks some things so that clang works better on Windows.</div><div class=""><br class=""></div><div class="">However, other flags are required, such as DelayedTemplateParsing, in order for things to work. Now I understand that these need to be separate flags so that users on other platforms can enable things like DelayedTemplateParsing for other reasons, but as it stands enabling MSVCCompat doesn't make clang compatible with Windows.</div><div class=""><br class=""></div><div class="">As a result, I'd like to fix this problem by making things like DelayedTemplateParsing take effect when MSVCCompat is turned on. However, this would make it so that the "implied" flags would essentially have no effect, and turning off DelayedTemplateParsing would not have any effect if MSVCCompat was turned off.</div><div class=""><br class=""></div><div class="">Furthermore, I can't see the point in having both a MSCompatibility flag and a MSVCCompat flag; surely we should have one or the other?</div><div class=""><br class=""></div><div class="">How do you folks feel about this? I'd really like to make this my first contribution to clang.<br clear="all" class=""></div><div class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><p dir="ltr" class="">--<br class=""> Joshua Gerrard<br class=""> JUCE Software Developer<br class=""></p><p dir="ltr" class=""><font size="2" class=""><i class="">ROLI’s </i><a href="http://www.telegraph.co.uk/luxury/design/31520/the-seaboard-grand-piano-wins-designs-of-the-year-2014-award.html" target="_blank" class=""><i class=""><font color="#1155cc" class="">award-winning</font></i></a><i class=""> Seaboard GRAND, celebrated as the “</i><a href="http://edition.cnn.com/2013/09/27/tech/innovation/hans-zimmer-seaboard-future-piano/" target="_blank" class=""><i class=""><font color="#1155cc" class="">piano of the future</font></i></a><i class="">”, is now joined by the </i><a href="https://www.youtube.com/watch?v=fGr7VbDiRNw" target="_blank" class=""><i class=""><font color="#1155cc" class="">Seaboard RISE</font></i></a><i class="">, “</i><a href="http://www.soundonsound.com/news?NewsID=18726" target="_blank" class=""><i class=""><font color="#1155cc" class="">every bit as slimline and attractive as its bigger brother</font></i></a><i class="">”. The press is hailing the Seaboard RISE as “</i><a href="http://www.wired.co.uk/news/archive/2015-09/10/seaboard-rise-digital-keyboard-launch-uk-price" target="_blank" class=""><i class=""><font color="#1155cc" class="">innovative</font></i></a><i class="">”, “</i><a href="http://createdigitalmusic.com/2015/09/new-roli-instrument-wants-make-expressive-control-mainstream/" target="_blank" class=""><i class=""><font color="#1155cc" class="">expressive</font></i></a><i class="">”, “</i><a href="http://createdigitalmusic.com/2015/09/new-roli-instrument-wants-make-expressive-control-mainstream/" target="_blank" class=""><i class=""><font color="#1155cc" class="">accessible</font></i></a><i class="">”, and “</i><a href="http://www.slashgear.com/roli-seaboard-rise-is-like-3d-touch-for-musicians-11404216/" target="_blank" class=""><i class=""><font color="#1155cc" class="">a keyboard controller that does to piano keys what 3D touch does to the iPhone</font></i></a><i class="">”. Now available for preorder at </i><a href="http://www.roli.com/" target="_blank" class=""><i class=""><font color="#1155cc" class="">www.roli.com</font></i></a><i class="">.</i></font><br class=""><br class=""></p></div></div></div></div></div></div></div></div></div></div>
</div>
<br class="">_______________________________________________<br class="">
cfe-dev mailing list<br class="">
<a href="mailto:cfe-dev@lists.llvm.org" class="">cfe-dev@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></body></html>