|
12 | 12 | 39E60EBB1270DE3A00AC0D02 /* checkclass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E911270DE3A00AC0D02 /* checkclass.cpp */; }; |
13 | 13 | 39E60EBC1270DE3A00AC0D02 /* checkexceptionsafety.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E931270DE3A00AC0D02 /* checkexceptionsafety.cpp */; }; |
14 | 14 | 39E60EBD1270DE3A00AC0D02 /* checkmemoryleak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E951270DE3A00AC0D02 /* checkmemoryleak.cpp */; }; |
15 | | - 39E60EBE1270DE3A00AC0D02 /* checkobsoletefunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */; }; |
| 15 | + 39E60EBE1270DE3A00AC0D02 /* checkobsolescentfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E971270DE3A00AC0D02 /* checkobsolescentfunctions.cpp */; }; |
16 | 16 | 39E60EBF1270DE3A00AC0D02 /* checkother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E991270DE3A00AC0D02 /* checkother.cpp */; }; |
17 | 17 | 39E60EC01270DE3A00AC0D02 /* checkpostfixoperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */; }; |
18 | 18 | 39E60EC11270DE3A00AC0D02 /* checkstl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E9D1270DE3A00AC0D02 /* checkstl.cpp */; }; |
|
81 | 81 | F4C348821825692B00521683 /* testmemleak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDD9E17AB8511006C06AF /* testmemleak.cpp */; }; |
82 | 82 | F4C348831825692B00521683 /* testnonreentrantfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDD9F17AB8511006C06AF /* testnonreentrantfunctions.cpp */; }; |
83 | 83 | F4C348841825692B00521683 /* testnullpointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDDA017AB8511006C06AF /* testnullpointer.cpp */; }; |
84 | | - F4C348851825692B00521683 /* testobsoletefunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDDA117AB8511006C06AF /* testobsoletefunctions.cpp */; }; |
| 84 | + F4C348851825692B00521683 /* testobsolescentfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDDA117AB8511006C06AF /* testobsolescentfunctions.cpp */; }; |
85 | 85 | F4C348861825692B00521683 /* testoptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDDA217AB8511006C06AF /* testoptions.cpp */; }; |
86 | 86 | F4C348871825692B00521683 /* testother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDDA317AB8511006C06AF /* testother.cpp */; }; |
87 | 87 | F4C348881825692B00521683 /* testpath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F45BDDA417AB8511006C06AF /* testpath.cpp */; }; |
|
118 | 118 | F4C348A718256A4500521683 /* checkmemoryleak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E951270DE3A00AC0D02 /* checkmemoryleak.cpp */; }; |
119 | 119 | F4C348A818256A4500521683 /* checknonreentrantfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4043DC3177F093300CD5A40 /* checknonreentrantfunctions.cpp */; }; |
120 | 120 | F4C348A918256A4500521683 /* checknullpointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4043DC5177F093300CD5A40 /* checknullpointer.cpp */; }; |
121 | | - F4C348AA18256A4500521683 /* checkobsoletefunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */; }; |
| 121 | + F4C348AA18256A4500521683 /* checkobsolescentfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E971270DE3A00AC0D02 /* checkobsolescentfunctions.cpp */; }; |
122 | 122 | F4C348AB18256A4500521683 /* checkother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E991270DE3A00AC0D02 /* checkother.cpp */; }; |
123 | 123 | F4C348AC18256A4500521683 /* checkpostfixoperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */; }; |
124 | 124 | F4C348AD18256A4500521683 /* checksizeof.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4043DC7177F093300CD5A40 /* checksizeof.cpp */; }; |
|
180 | 180 | 39E60E941270DE3A00AC0D02 /* checkexceptionsafety.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkexceptionsafety.h; path = lib/checkexceptionsafety.h; sourceTree = "<group>"; }; |
181 | 181 | 39E60E951270DE3A00AC0D02 /* checkmemoryleak.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkmemoryleak.cpp; path = lib/checkmemoryleak.cpp; sourceTree = "<group>"; }; |
182 | 182 | 39E60E961270DE3A00AC0D02 /* checkmemoryleak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkmemoryleak.h; path = lib/checkmemoryleak.h; sourceTree = "<group>"; }; |
183 | | - 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkobsoletefunctions.cpp; path = lib/checkobsoletefunctions.cpp; sourceTree = "<group>"; }; |
184 | | - 39E60E981270DE3A00AC0D02 /* checkobsoletefunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkobsoletefunctions.h; path = lib/checkobsoletefunctions.h; sourceTree = "<group>"; }; |
| 183 | + 39E60E971270DE3A00AC0D02 /* checkobsolescentfunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkobsolescentfunctions.cpp; path = lib/checkobsolescentfunctions.cpp; sourceTree = "<group>"; }; |
| 184 | + 39E60E981270DE3A00AC0D02 /* checkobsolescentfunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkobsolescentfunctions.h; path = lib/checkobsolescentfunctions.h; sourceTree = "<group>"; }; |
185 | 185 | 39E60E991270DE3A00AC0D02 /* checkother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkother.cpp; path = lib/checkother.cpp; sourceTree = "<group>"; }; |
186 | 186 | 39E60E9A1270DE3A00AC0D02 /* checkother.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkother.h; path = lib/checkother.h; sourceTree = "<group>"; }; |
187 | 187 | 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkpostfixoperator.cpp; path = lib/checkpostfixoperator.cpp; sourceTree = "<group>"; }; |
|
287 | 287 | F45BDD9E17AB8511006C06AF /* testmemleak.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testmemleak.cpp; path = test/testmemleak.cpp; sourceTree = "<group>"; }; |
288 | 288 | F45BDD9F17AB8511006C06AF /* testnonreentrantfunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testnonreentrantfunctions.cpp; path = test/testnonreentrantfunctions.cpp; sourceTree = "<group>"; }; |
289 | 289 | F45BDDA017AB8511006C06AF /* testnullpointer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testnullpointer.cpp; path = test/testnullpointer.cpp; sourceTree = "<group>"; }; |
290 | | - F45BDDA117AB8511006C06AF /* testobsoletefunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testobsoletefunctions.cpp; path = test/testobsoletefunctions.cpp; sourceTree = "<group>"; }; |
| 290 | + F45BDDA117AB8511006C06AF /* testobsolescentfunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testobsolescentfunctions.cpp; path = test/testobsolescentfunctions.cpp; sourceTree = "<group>"; }; |
291 | 291 | F45BDDA217AB8511006C06AF /* testoptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testoptions.cpp; path = test/testoptions.cpp; sourceTree = "<group>"; }; |
292 | 292 | F45BDDA317AB8511006C06AF /* testother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testother.cpp; path = test/testother.cpp; sourceTree = "<group>"; }; |
293 | 293 | F45BDDA417AB8511006C06AF /* testpath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testpath.cpp; path = test/testpath.cpp; sourceTree = "<group>"; }; |
|
426 | 426 | F4043DC4177F093300CD5A40 /* checknonreentrantfunctions.h */, |
427 | 427 | F4043DC5177F093300CD5A40 /* checknullpointer.cpp */, |
428 | 428 | F4043DC6177F093300CD5A40 /* checknullpointer.h */, |
429 | | - 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */, |
430 | | - 39E60E981270DE3A00AC0D02 /* checkobsoletefunctions.h */, |
| 429 | + 39E60E971270DE3A00AC0D02 /* checkobsolescentfunctions.cpp */, |
| 430 | + 39E60E981270DE3A00AC0D02 /* checkobsolescentfunctions.h */, |
431 | 431 | 39E60E991270DE3A00AC0D02 /* checkother.cpp */, |
432 | 432 | 39E60E9A1270DE3A00AC0D02 /* checkother.h */, |
433 | 433 | 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */, |
|
515 | 515 | F45BDD9E17AB8511006C06AF /* testmemleak.cpp */, |
516 | 516 | F45BDD9F17AB8511006C06AF /* testnonreentrantfunctions.cpp */, |
517 | 517 | F45BDDA017AB8511006C06AF /* testnullpointer.cpp */, |
518 | | - F45BDDA117AB8511006C06AF /* testobsoletefunctions.cpp */, |
| 518 | + F45BDDA117AB8511006C06AF /* testobsolescentfunctions.cpp */, |
519 | 519 | F45BDDA217AB8511006C06AF /* testoptions.cpp */, |
520 | 520 | F45BDDA317AB8511006C06AF /* testother.cpp */, |
521 | 521 | F45BDDA417AB8511006C06AF /* testpath.cpp */, |
|
649 | 649 | F4CDD6981880888F006CF685 /* valueflow.cpp in Sources */, |
650 | 650 | 39E60EBC1270DE3A00AC0D02 /* checkexceptionsafety.cpp in Sources */, |
651 | 651 | 39E60EBD1270DE3A00AC0D02 /* checkmemoryleak.cpp in Sources */, |
652 | | - 39E60EBE1270DE3A00AC0D02 /* checkobsoletefunctions.cpp in Sources */, |
| 652 | + 39E60EBE1270DE3A00AC0D02 /* checkobsolescentfunctions.cpp in Sources */, |
653 | 653 | 39E60EBF1270DE3A00AC0D02 /* checkother.cpp in Sources */, |
654 | 654 | 39E60EC01270DE3A00AC0D02 /* checkpostfixoperator.cpp in Sources */, |
655 | 655 | 39E60EC11270DE3A00AC0D02 /* checkstl.cpp in Sources */, |
|
715 | 715 | F4C348A718256A4500521683 /* checkmemoryleak.cpp in Sources */, |
716 | 716 | F4C348A818256A4500521683 /* checknonreentrantfunctions.cpp in Sources */, |
717 | 717 | F4C348A918256A4500521683 /* checknullpointer.cpp in Sources */, |
718 | | - F4C348AA18256A4500521683 /* checkobsoletefunctions.cpp in Sources */, |
| 718 | + F4C348AA18256A4500521683 /* checkobsolescentfunctions.cpp in Sources */, |
719 | 719 | F4C348AB18256A4500521683 /* checkother.cpp in Sources */, |
720 | 720 | F4C348AC18256A4500521683 /* checkpostfixoperator.cpp in Sources */, |
721 | 721 | F4C348AD18256A4500521683 /* checksizeof.cpp in Sources */, |
|
761 | 761 | F4C348821825692B00521683 /* testmemleak.cpp in Sources */, |
762 | 762 | F4C348831825692B00521683 /* testnonreentrantfunctions.cpp in Sources */, |
763 | 763 | F4C348841825692B00521683 /* testnullpointer.cpp in Sources */, |
764 | | - F4C348851825692B00521683 /* testobsoletefunctions.cpp in Sources */, |
| 764 | + F4C348851825692B00521683 /* testobsolescentfunctions.cpp in Sources */, |
765 | 765 | F4C348861825692B00521683 /* testoptions.cpp in Sources */, |
766 | 766 | F4C348871825692B00521683 /* testother.cpp in Sources */, |
767 | 767 | F4C348881825692B00521683 /* testpath.cpp in Sources */, |
|
0 commit comments