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