blob: fb771a5f04dd83cc497e973f34d999c1d08fdf83 [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
Ted Kremenek1309f9a2010-01-25 04:41:41 +000021 CheckSecuritySyntaxOnly.cpp
22 CheckSizeofPointer.cpp
23 Checker.cpp
Ted Kremenek145308f2010-01-27 06:14:12 +000024 CocoaConventions.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000025 DereferenceChecker.cpp
26 DivZeroChecker.cpp
27 Environment.cpp
28 ExplodedGraph.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000029 FixedAddressChecker.cpp
Ted Kremenek40c37e12010-02-04 00:47:48 +000030 FlatStore.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000031 GRBlockCounter.cpp
32 GRCoreEngine.cpp
33 GRExprEngine.cpp
34 GRExprEngineExperimentalChecks.cpp
35 GRState.cpp
Ted Kremenek6dd66ed2010-02-14 02:45:18 +000036 LLVMConventionsChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000037 MallocChecker.cpp
38 ManagerRegistry.cpp
39 MemRegion.cpp
40 NSAutoreleasePoolChecker.cpp
41 NSErrorChecker.cpp
42 NoReturnFunctionChecker.cpp
43 OSAtomicChecker.cpp
Ted Kremeneke3972a92010-02-25 03:26:55 +000044 ObjCUnusedIVarsChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000045 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 )