-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:static analyzerduplicateResolved as duplicateResolved as duplicate
Description
| Bugzilla Link | 2736 |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 14:00 |
| Version | unspecified |
| OS | Windows XP |
| Depends On | #2758 |
| Attachments | HTML report of test.c, Testcase containing "b> 0" |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
Extended Description
The following simple testcase produces an invalid HTML report (see attachment):
$ cat test.c
void f()
{
int b;
if (b> 0)
++b;
}
Adding a space between "b" and ">" seems to solve the problem.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:static analyzerduplicateResolved as duplicateResolved as duplicate