Loading clang/test/Analysis/malloc.c +2 −0 Original line number Diff line number Diff line // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s // REQUIRES: LP64 #include "Inputs/system-header-simulator.h" void clang_analyzer_eval(int); Loading clang/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm +2 −0 Original line number Diff line number Diff line // RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics // REQUIRES: LP64 @interface G @end Loading Loading
clang/test/Analysis/malloc.c +2 −0 Original line number Diff line number Diff line // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s // REQUIRES: LP64 #include "Inputs/system-header-simulator.h" void clang_analyzer_eval(int); Loading
clang/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm +2 −0 Original line number Diff line number Diff line // RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics // REQUIRES: LP64 @interface G @end Loading