[cfe-commits] r156949 - /cfe/trunk/test/Analysis/comparison-implicit-casts.cpp

Jordy Rose jediknil at belkadan.com
Wed May 16 14:13:36 PDT 2012


Author: jrose
Date: Wed May 16 16:13:36 2012
New Revision: 156949

URL: http://llvm.org/viewvc/llvm-project?rev=156949&view=rev
Log:
Add triples for test.

Modified:
    cfe/trunk/test/Analysis/comparison-implicit-casts.cpp

Modified: cfe/trunk/test/Analysis/comparison-implicit-casts.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/comparison-implicit-casts.cpp?rev=156949&r1=156948&r2=156949&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/comparison-implicit-casts.cpp (original)
+++ cfe/trunk/test/Analysis/comparison-implicit-casts.cpp Wed May 16 16:13:36 2012
@@ -1,5 +1,7 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=basic -verify %s
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=range -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=basic -triple i386-apple-darwin9 -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=basic -triple x86_64-apple-darwin9 -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=range -triple i386-apple-darwin9 -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-constraints=range -triple x86_64-apple-darwin9 -verify %s
 
 // This file runs in C++ mode so that the comparison type is 'bool', not 'int'.
 void clang_analyzer_eval(int);





More information about the cfe-commits mailing list