From 9642cc6a9da62b8c41dbaab35a5b085b096ac70f Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Thu, 21 Oct 2010 03:59:06 +0000 Subject: putback r116782, it's a safe fix and should not break windows llvm-svn: 116994 --- clang/test/Coverage/html-diagnostics.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'clang/test/Coverage/html-diagnostics.c') diff --git a/clang/test/Coverage/html-diagnostics.c b/clang/test/Coverage/html-diagnostics.c index 81b2cfa..be820fb 100644 --- a/clang/test/Coverage/html-diagnostics.c +++ b/clang/test/Coverage/html-diagnostics.c @@ -3,7 +3,10 @@ // RUN: cat %t/*.html | FileCheck %s // CHECK:

Annotated Source Code

-// CHECK: Dereference of null pointer + +// Without tweaking expr, the expr would hit to the line below +// emitted to the output as comment. +// CHECK: {{[D]ereference of null pointer}} void f0(int x) { int *p = &x; -- cgit v1.1