Go to the documentation of this file. 1 #ifndef __FWCore_Utilities_interface_csa_assert_h__
2 #define __FWCore_Utilities_interface_csa_assert_h__
6 #ifdef __clang_analyzer__
7 #define csa_assert(CONDITION) assert(CONDITION)
9 #define csa_assert(CONDITION) (void)0
12 #endif // __FWCore_Utilities_interface_csa_assert_h__