]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/analyzer/program-state.cc
analyzer: introduce namespace to avoid ODR clashes (PR 93307)
[thirdparty/gcc.git] / gcc / analyzer / program-state.cc
index 7dbdf9df84e2cc971e6282a0cfabb3fdd9ed8a42..72daee6428e9dda4cd2ccc79a101e743e67f6eae 100644 (file)
@@ -57,6 +57,8 @@ along with GCC; see the file COPYING3.  If not see
 
 #if ENABLE_ANALYZER
 
+namespace ana {
+
 /* class sm_state_map.  */
 
 /* sm_state_map's ctor.  */
@@ -1396,4 +1398,6 @@ analyzer_program_state_cc_tests ()
 
 #endif /* CHECKING_P */
 
+} // namespace ana
+
 #endif /* #if ENABLE_ANALYZER */