[cfe-commits] [Patch] New warning for scopes that start in one file and end in another.

Richard Trieu rtrieu at google.com
Wed Feb 15 20:30:45 PST 2012


On Wed, Feb 15, 2012 at 8:27 PM, Eli Friedman <eli.friedman at gmail.com>wrote:

> On Wed, Feb 15, 2012 at 8:22 PM, Richard Trieu <rtrieu at google.com> wrote:
> > This patch contains a new warning that will identify scopes that start in
> > one file and ends in another.  It does so by checking the location of the
> > closing brace against the location of the opening brace.  Macros are
> > ignored.
>
> Missing patch.
>
> -Eli
>

Silly me.  Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120215/2b2c3091/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scopes_across_files.patch
Type: text/x-patch
Size: 3492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120215/2b2c3091/attachment.bin>


More information about the cfe-commits mailing list