зеркало из https://github.com/microsoft/clang-1.git
test/Analysis: fix error message
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
85c60db213
Коммит
b44b966686
|
@ -5,7 +5,7 @@
|
|||
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,deadcode.IdempotentOperations,experimental.core,osx.cocoa.AtSync -analyzer-store=region -analyzer-constraints=range -verify -fblocks -Wno-unreachable-code -Wno-null-dereference %s
|
||||
|
||||
#ifndef __clang_analyzer__
|
||||
#error __clang__analyzer__ not defined
|
||||
#error __clang_analyzer__ not defined
|
||||
#endif
|
||||
|
||||
typedef struct objc_ivar *Ivar;
|
||||
|
|
Загрузка…
Ссылка в новой задаче