blob: c5bd2eb7cc2c19d540ad9520fb7b86baf79fcc9d [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 Kremenekdf61b582010-02-25 05:44:09 +000037 MacOSXAPIChecker.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
Ted Kremeneke3972a92010-02-25 03:26:55 +000045 ObjCUnusedIVarsChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000046 PathDiagnostic.cpp
47 PointerArithChecker.cpp
48 PointerSubChecker.cpp
49 PthreadLockChecker.cpp
50 RangeConstraintManager.cpp
51 RegionStore.cpp
52 ReturnPointerRangeChecker.cpp
53 ReturnStackAddressChecker.cpp
54 ReturnUndefChecker.cpp
55 SVals.cpp
56 SValuator.cpp
57 SimpleConstraintManager.cpp
58 SimpleSValuator.cpp
59 Store.cpp
60 SymbolManager.cpp
61 UndefBranchChecker.cpp
Ted Kremenek94fd0b82010-02-16 08:33:59 +000062 UndefCapturedBlockVarChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000063 UndefResultChecker.cpp
64 UndefinedArraySubscriptChecker.cpp
65 UndefinedAssignmentChecker.cpp
Ted Kremenek381d1bf2010-02-25 00:20:35 +000066 UnixAPIChecker.cpp
Ted Kremenek1309f9a2010-01-25 04:41:41 +000067 VLASizeChecker.cpp
68 ValueManager.cpp
69 )