llvm-for-llvmta/tools/clang/test/Analysis/container-modeling-no-aggressive-binary-operation-simplification-warn.cpp
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

8 lines
271 B
C++

// RUN: %clang_analyze_cc1 -std=c++11\
// RUN: -analyzer-checker=core,cplusplus,alpha.cplusplus.ContainerModeling\
// RUN: %s 2>&1 | FileCheck %s
// XFAIL: *
// CHECK: checker cannot be enabled with analyzer option 'aggressive-binary-operation-simplification' == false