<div dir="ltr">Hello Tim,<div><br></div><div>Sorry for the trouble and delay (I missed this email previously). </div><div><br></div><div>I'm looking into it. Could you give me a link to the problematic buildbot?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 17, 2016 at 3:44 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 14 October 2016 at 13:33, Tim Northover <<a href="mailto:t.p.northover@gmail.com">t.p.northover@gmail.com</a>> wrote:<br>
> On 14 October 2016 at 06:01, Haojian Wu via cfe-commits<br>
> <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> wrote:<br>
>> +  std::string GuardName(FileName);<br>
>> +  if (IsHeader) {<br>
>> +    std::replace(GuardName.begin()<wbr>, GuardName.end(), '/', '_');<br>
>> +    std::replace(GuardName.begin()<wbr>, GuardName.end(), '.', '_');<br>
>> +    std::replace(GuardName.begin()<wbr>, GuardName.end(), '-', '_');<br>
><br>
> I think this is causing problems with one of our bots that has an '@'<br>
> in a path it uses. In general it seems like a whitelist based on what<br>
> a C token is would be better than a blacklist of characters.<br>
><br>
> Could you take a look?<br>
<br>
</span>Ping.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br></div>