cmake-string-concatenation-use-cmstrcat.cxx:17:12: warning: use cmStrCat() instead of string concatenation [cmake-string-concatenation-use-cmstrcat]
   17 |   concat = a + " and this is a string literal" + 'O' + b;
      |            ^ ~                                 ~     ~
      |            cmStrCat( ,                         ,     ,  )
cmake-string-concatenation-use-cmstrcat.cxx:17:12: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:17:14: note: FIX-IT applied suggested code changes
   17 |   concat = a + " and this is a string literal" + 'O' + b;
      |              ^
cmake-string-concatenation-use-cmstrcat.cxx:17:48: note: FIX-IT applied suggested code changes
   17 |   concat = a + " and this is a string literal" + 'O' + b;
      |                                                ^
cmake-string-concatenation-use-cmstrcat.cxx:17:54: note: FIX-IT applied suggested code changes
   17 |   concat = a + " and this is a string literal" + 'O' + b;
      |                                                      ^
cmake-string-concatenation-use-cmstrcat.cxx:17:57: note: FIX-IT applied suggested code changes
   17 |   concat = a + " and this is a string literal" + 'O' + b;
      |                                                         ^
cmake-string-concatenation-use-cmstrcat.cxx:19:10: warning: use cmStrCat() instead of string append [cmake-string-concatenation-use-cmstrcat]
   19 |   concat += a + a;
      |          ^~   ~
      |          = cmStrCat(concat, , )
cmake-string-concatenation-use-cmstrcat.cxx:19:10: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:19:15: note: FIX-IT applied suggested code changes
   19 |   concat += a + a;
      |               ^
cmake-string-concatenation-use-cmstrcat.cxx:19:18: note: FIX-IT applied suggested code changes
   19 |   concat += a + a;
      |                  ^
cmake-string-concatenation-use-cmstrcat.cxx:20:10: warning: use cmStrCat() instead of string append [cmake-string-concatenation-use-cmstrcat]
   20 |   concat += " and this is a string literal" + a;
      |          ^~                                 ~
      |          = cmStrCat(concat,                 ,  )
cmake-string-concatenation-use-cmstrcat.cxx:20:10: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:20:45: note: FIX-IT applied suggested code changes
   20 |   concat += " and this is a string literal" + a;
      |                                             ^
cmake-string-concatenation-use-cmstrcat.cxx:20:48: note: FIX-IT applied suggested code changes
   20 |   concat += " and this is a string literal" + a;
      |                                                ^
cmake-string-concatenation-use-cmstrcat.cxx:21:10: warning: use cmStrCat() instead of string append [cmake-string-concatenation-use-cmstrcat]
   21 |   concat += b + 'o' + a;
      |          ^~   ~     ~
      |          = cmStrCat(concat, , , )
cmake-string-concatenation-use-cmstrcat.cxx:21:10: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:21:15: note: FIX-IT applied suggested code changes
   21 |   concat += b + 'o' + a;
      |               ^
cmake-string-concatenation-use-cmstrcat.cxx:21:21: note: FIX-IT applied suggested code changes
   21 |   concat += b + 'o' + a;
      |                     ^
cmake-string-concatenation-use-cmstrcat.cxx:21:24: note: FIX-IT applied suggested code changes
   21 |   concat += b + 'o' + a;
      |                        ^
cmake-string-concatenation-use-cmstrcat.cxx:22:10: warning: use cmStrCat() instead of string append [cmake-string-concatenation-use-cmstrcat]
   22 |   concat += b + " and this is a string literal " + 'o' + b;
      |          ^~   ~                                  ~     ~
      |          = cmStrCat(concat, ,                    ,     ,  )
cmake-string-concatenation-use-cmstrcat.cxx:22:10: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:22:15: note: FIX-IT applied suggested code changes
   22 |   concat += b + " and this is a string literal " + 'o' + b;
      |               ^
cmake-string-concatenation-use-cmstrcat.cxx:22:50: note: FIX-IT applied suggested code changes
   22 |   concat += b + " and this is a string literal " + 'o' + b;
      |                                                  ^
cmake-string-concatenation-use-cmstrcat.cxx:22:56: note: FIX-IT applied suggested code changes
   22 |   concat += b + " and this is a string literal " + 'o' + b;
      |                                                        ^
cmake-string-concatenation-use-cmstrcat.cxx:22:59: note: FIX-IT applied suggested code changes
   22 |   concat += b + " and this is a string literal " + 'o' + b;
      |                                                           ^
cmake-string-concatenation-use-cmstrcat.cxx:25:12: warning: use cmStrCat() instead of string append [cmake-string-concatenation-use-cmstrcat]
   25 |     concat += a + b;
      |            ^~   ~
      |            = cmStrCat(concat, , )
cmake-string-concatenation-use-cmstrcat.cxx:25:12: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:25:17: note: FIX-IT applied suggested code changes
   25 |     concat += a + b;
      |                 ^
cmake-string-concatenation-use-cmstrcat.cxx:25:20: note: FIX-IT applied suggested code changes
   25 |     concat += a + b;
      |                    ^
cmake-string-concatenation-use-cmstrcat.cxx:28:12: warning: use cmStrCat() instead of string concatenation [cmake-string-concatenation-use-cmstrcat]
   28 |   concat = p.first + p.second + a;
      |            ^       ~          ~
      |            cmStrCat( ,        ,  )
cmake-string-concatenation-use-cmstrcat.cxx:28:12: note: FIX-IT applied suggested code changes
cmake-string-concatenation-use-cmstrcat.cxx:28:20: note: FIX-IT applied suggested code changes
   28 |   concat = p.first + p.second + a;
      |                    ^
cmake-string-concatenation-use-cmstrcat.cxx:28:31: note: FIX-IT applied suggested code changes
   28 |   concat = p.first + p.second + a;
      |                               ^
cmake-string-concatenation-use-cmstrcat.cxx:28:34: note: FIX-IT applied suggested code changes
   28 |   concat = p.first + p.second + a;
      |                                  ^
