From a45cf5b6b0790e829ad47cf946c149d8f1007324 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 24 Mar 2009 02:24:46 +0000 Subject: Rename clang to clang-cc. Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 --- clang/test/Sema/pointer-addition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Sema/pointer-addition.c') diff --git a/clang/test/Sema/pointer-addition.c b/clang/test/Sema/pointer-addition.c index 3a924b00825..87d5eaf39c9 100644 --- a/clang/test/Sema/pointer-addition.c +++ b/clang/test/Sema/pointer-addition.c @@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only -verify -pedantic +// RUN: clang-cc %s -fsyntax-only -verify -pedantic typedef struct S S; // expected-note 3 {{forward declaration of 'struct S'}} void a(S* b, void* c) { -- cgit v1.2.3