Commit edc2a45b authored by Pawel Wodnicki's avatar Pawel Wodnicki
Browse files

Merging r168303: into the 3.2 release branch.

clang/test: Suppress two tests on LLP64 target, Windows x64.

llvm-svn: 168823
parent ec74cd26
Loading
Loading
Loading
Loading
+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);
+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