<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Nov 21, 2015 at 1:49 AM, Richard via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
[Please reply *only* to the list and do not include my email directly<br>
in the To: or Cc: of your reply; otherwise I will not see your reply.<br>
Thanks.]<br>
<br>
In article <CANgHf=<a href="mailto:wWbzxTCCK91cP0hOVE-2zOiLRLgOODO-yekHBngCLuJw@mail.gmail.com">wWbzxTCCK91cP0hOVE-2zOiLRLgOODO-yekHBngCLuJw@mail.gmail.com</a>>,<br>
<span class="">    Daniel Dilts via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> writes:<br>
<br>
> I asked about something similar to this a couple of months ago.  I believe<br>
> that the response was that one of the supported compilers did not currently<br>
> have std::regex.<br>
<br>
</span>If we can't move forward due to lack of std::regex support, I'd like<br>
to see glob based filtering with positive and negative filtering like<br>
we have for checks.<br></blockquote><div><br></div><div>Might be a good idea also for consistency with check filtering. If someone interested sends me a patch, I'm happy to review it ;)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
> On Fri, Nov 20, 2015 at 11:41 AM, Samuel Baxter via cfe-dev <<br>
> <a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br>
</span>> > [...]  It's nice to be able to pass the<br>
<span class="im HOEnZb">> > negative lookahead regex:<br>
> ><br>
> > ^(?!.*ThirdPartyLibs.*).*$<br>
> ><br>
> > and filter out all third party headers when running clang-tidy.<br>
> >     Other command line options (files, -checks, maybe others) accept glob<br>
> > filters, which allow for negation, and this comes in handy.  I think we<br>
> > should be consistent in allowing negation of some form in all filter<br>
> > options. I can try to re-implement this with a glob filter if that's<br>
> > preferable.<br>
<br>
</span><span class="HOEnZb"><font color="#888888">--<br>
"The Direct3D Graphics Pipeline" free book <<a href="http://tinyurl.com/d3d-pipeline" rel="noreferrer" target="_blank">http://tinyurl.com/d3d-pipeline</a>><br>
     The Computer Graphics Museum <<a href="http://ComputerGraphicsMuseum.org" rel="noreferrer" target="_blank">http://ComputerGraphicsMuseum.org</a>><br>
         The Terminals Wiki <<a href="http://terminals.classiccmp.org" rel="noreferrer" target="_blank">http://terminals.classiccmp.org</a>><br>
  Legalize Adulthood! (my blog) <<a href="http://LegalizeAdulthood.wordpress.com" rel="noreferrer" target="_blank">http://LegalizeAdulthood.wordpress.com</a>><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div></div>