[LLVMbugs] [Bug 5491] Add FileCheck option to not count lines matching CHECK

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Nov 15 19:50:39 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=5491


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Chris Lattner <clattner at apple.com>  2009-11-15 21:50:39 ---
I don't think this is important enough to warrant a filecheck feature.  Most
fixit checks should be written as "run the bad input into clang in fixit mode
and verify that clang reparses it with no diagnostics".  If this isn't enough,
I recommend using a regex that is anchored to the start of the line, ensuring
that the CHECK: lines aren't matched.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list