[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:22:53 PST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120215/20db8ae1/attachment.html>


More information about the cfe-commits mailing list