<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi, guys.</p>
<p><br>
</p>
<p>Now let me apologize in advance here since this is an issue with the VS2017 IDE's support of LLVM/Clang that I thought I'd talk about here and then take up to the guys at Microsoft.  Normally, if I just ask them, there's a chance that they'll tell me to
 ask here.  So at least this way I'll already have the response from here ready.  </p>
<p><br>
</p>
<p>Anyway, there's more than one issue. </p>
<ol style="margin-top: 0px; margin-bottom: 0px;">
<li>VS Debugger can't download necessary debugging symbols when the compiler toolchain is set to LLVM/Clang (so I can't do any debugging or stepping on breakpoints).</li><li>Can't set or change compiler switches like in Clang or GCC.  I can't change the language standard or set flags like -pedantic or -pedantic-errors.  There's only /Wall and some other MS-specific switches</li><li>LLVM (and also MSVC) don't see all errors when the code is in templatized.  I had a class templated Link to use with another templated class list, and I'd misspelled it in one place as "Linkk", yet LLVM nor MSVC said anything.  And there were also some
 other error issues that seem like standards-conformance issues.</li></ol>
<div><br>
</div>
<div>Anyway, I want to know if there's a good IDE on Windows that directly supports LLVM/Clang that I can use.  Basically a good way to use Clang on Windows such that I don't need to use VS.  I think it'd help me out a lot.  </div>
</div>
</body>
</html>