Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangChecker |
Ted Kremenek | 40c37e1 | 2010-02-04 00:47:48 +0000 | [diff] [blame] | 4 | AdjustedReturnValueChecker.cpp |
Zhongxing Xu | 13b7639 | 2010-03-23 08:14:19 +0000 | [diff] [blame] | 5 | AggExprVisitor.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 6 | ArrayBoundChecker.cpp |
| 7 | AttrNonNullChecker.cpp |
| 8 | BasicConstraintManager.cpp |
| 9 | BasicObjCFoundationChecks.cpp |
| 10 | BasicStore.cpp |
| 11 | BasicValueFactory.cpp |
| 12 | BugReporter.cpp |
| 13 | BugReporterVisitors.cpp |
| 14 | BuiltinFunctionChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 15 | CallAndMessageChecker.cpp |
| 16 | CallInliner.cpp |
| 17 | CastToStructChecker.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 18 | CFRefCount.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 19 | CheckDeadStores.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 20 | Checker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 21 | CheckObjCDealloc.cpp |
| 22 | CheckObjCInstMethSignature.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 23 | CheckSecuritySyntaxOnly.cpp |
| 24 | CheckSizeofPointer.cpp |
Ted Kremenek | 145308f | 2010-01-27 06:14:12 +0000 | [diff] [blame] | 25 | CocoaConventions.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 26 | DereferenceChecker.cpp |
| 27 | DivZeroChecker.cpp |
| 28 | Environment.cpp |
| 29 | ExplodedGraph.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 30 | FixedAddressChecker.cpp |
Ted Kremenek | 40c37e1 | 2010-02-04 00:47:48 +0000 | [diff] [blame] | 31 | FlatStore.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 32 | GRBlockCounter.cpp |
| 33 | GRCoreEngine.cpp |
Zhongxing Xu | cb7464a | 2010-04-19 12:51:02 +0000 | [diff] [blame^] | 34 | GRCXXExprEngine.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 35 | GRExprEngine.cpp |
| 36 | GRExprEngineExperimentalChecks.cpp |
| 37 | GRState.cpp |
Ted Kremenek | 6dd66ed | 2010-02-14 02:45:18 +0000 | [diff] [blame] | 38 | LLVMConventionsChecker.cpp |
Ted Kremenek | df61b58 | 2010-02-25 05:44:09 +0000 | [diff] [blame] | 39 | MacOSXAPIChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 40 | MallocChecker.cpp |
| 41 | ManagerRegistry.cpp |
| 42 | MemRegion.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 43 | NoReturnFunctionChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 44 | NSAutoreleasePoolChecker.cpp |
| 45 | NSErrorChecker.cpp |
Ted Kremenek | e3972a9 | 2010-02-25 03:26:55 +0000 | [diff] [blame] | 46 | ObjCUnusedIVarsChecker.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 47 | OSAtomicChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 48 | PathDiagnostic.cpp |
| 49 | PointerArithChecker.cpp |
| 50 | PointerSubChecker.cpp |
| 51 | PthreadLockChecker.cpp |
| 52 | RangeConstraintManager.cpp |
| 53 | RegionStore.cpp |
| 54 | ReturnPointerRangeChecker.cpp |
| 55 | ReturnStackAddressChecker.cpp |
| 56 | ReturnUndefChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 57 | SimpleConstraintManager.cpp |
| 58 | SimpleSValuator.cpp |
| 59 | Store.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 60 | SVals.cpp |
| 61 | SValuator.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 62 | SymbolManager.cpp |
| 63 | UndefBranchChecker.cpp |
Ted Kremenek | 94fd0b8 | 2010-02-16 08:33:59 +0000 | [diff] [blame] | 64 | UndefCapturedBlockVarChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 65 | UndefinedArraySubscriptChecker.cpp |
| 66 | UndefinedAssignmentChecker.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 67 | UndefResultChecker.cpp |
Ted Kremenek | 381d1bf | 2010-02-25 00:20:35 +0000 | [diff] [blame] | 68 | UnixAPIChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 69 | ValueManager.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 70 | VLASizeChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 71 | ) |