blob: 0e95b08d872029ab1e2af80e2268bc3fea8b3a6c [file] [log] [blame]
Ted Kremenek1309f9a2010-01-25 04:41:41 +00001set(LLVM_NO_RTTI 1)
2
3add_clang_library(clangChecker
Ted Kremenek40c37e12010-02-04 00:47:48 +00004 AdjustedReturnValueChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +00005 ArrayBoundChecker.cpp
6 AttrNonNullChecker.cpp
7 BasicConstraintManager.cpp
8 BasicObjCFoundationChecks.cpp
9 BasicStore.cpp
10 BasicValueFactory.cpp
11 BugReporter.cpp
12 BugReporterVisitors.cpp
13 BuiltinFunctionChecker.cpp
14 CFRefCount.cpp
15 CallAndMessageChecker.cpp
16 CallInliner.cpp
17 CastToStructChecker.cpp
18 CheckDeadStores.cpp
19 CheckObjCDealloc.cpp
20 CheckObjCInstMethSignature.cpp
21 CheckObjCUnusedIVars.cpp
22 CheckSecuritySyntaxOnly.cpp
23 CheckSizeofPointer.cpp
24 Checker.cpp
Ted Kremenek145308f2010-01-27 06:14:12 +000025 CocoaConventions.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000026 DereferenceChecker.cpp
27 DivZeroChecker.cpp
28 Environment.cpp
29 ExplodedGraph.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000030 FixedAddressChecker.cpp
Ted Kremenek40c37e12010-02-04 00:47:48 +000031 FlatStore.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000032 GRBlockCounter.cpp
33 GRCoreEngine.cpp
34 GRExprEngine.cpp
35 GRExprEngineExperimentalChecks.cpp
36 GRState.cpp
Ted Kremenek6dd66ed2010-02-14 02:45:18 +000037 LLVMConventionsChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000038 MallocChecker.cpp
39 ManagerRegistry.cpp
40 MemRegion.cpp
41 NSAutoreleasePoolChecker.cpp
42 NSErrorChecker.cpp
43 NoReturnFunctionChecker.cpp
44 OSAtomicChecker.cpp
45 PathDiagnostic.cpp
46 PointerArithChecker.cpp
47 PointerSubChecker.cpp
48 PthreadLockChecker.cpp
49 RangeConstraintManager.cpp
50 RegionStore.cpp
51 ReturnPointerRangeChecker.cpp
52 ReturnStackAddressChecker.cpp
53 ReturnUndefChecker.cpp
54 SVals.cpp
55 SValuator.cpp
56 SimpleConstraintManager.cpp
57 SimpleSValuator.cpp
58 Store.cpp
59 SymbolManager.cpp
60 UndefBranchChecker.cpp
Ted Kremenek94fd0b82010-02-16 08:33:59 +000061 UndefCapturedBlockVarChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000062 UndefResultChecker.cpp
63 UndefinedArraySubscriptChecker.cpp
64 UndefinedAssignmentChecker.cpp
Ted Kremenek381d1bf2010-02-25 00:20:35 +000065 UnixAPIChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000066 VLASizeChecker.cpp
67 ValueManager.cpp
68 )