| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) | 
|  | 2 |  | 
|  | 3 | add_clang_library(clangChecker | 
| Ted Kremenek | 1e3b955 | 2010-02-04 00:47:48 +0000 | [diff] [blame] | 4 | AdjustedReturnValueChecker.cpp | 
| Zhongxing Xu | b473f91 | 2010-03-23 08:14:19 +0000 | [diff] [blame^] | 5 | AggExprVisitor.cpp | 
| Ted Kremenek | d6b8708 | 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 | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 15 | CallAndMessageChecker.cpp | 
|  | 16 | CallInliner.cpp | 
|  | 17 | CastToStructChecker.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 18 | CFRefCount.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 19 | CheckDeadStores.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 20 | Checker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 21 | CheckObjCDealloc.cpp | 
|  | 22 | CheckObjCInstMethSignature.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 23 | CheckSecuritySyntaxOnly.cpp | 
|  | 24 | CheckSizeofPointer.cpp | 
| Ted Kremenek | 49c0d89 | 2010-01-27 06:14:12 +0000 | [diff] [blame] | 25 | CocoaConventions.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 26 | DereferenceChecker.cpp | 
|  | 27 | DivZeroChecker.cpp | 
|  | 28 | Environment.cpp | 
|  | 29 | ExplodedGraph.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 30 | FixedAddressChecker.cpp | 
| Ted Kremenek | 1e3b955 | 2010-02-04 00:47:48 +0000 | [diff] [blame] | 31 | FlatStore.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 32 | GRBlockCounter.cpp | 
|  | 33 | GRCoreEngine.cpp | 
|  | 34 | GRExprEngine.cpp | 
|  | 35 | GRExprEngineExperimentalChecks.cpp | 
|  | 36 | GRState.cpp | 
| Ted Kremenek | 184b338 | 2010-02-14 02:45:18 +0000 | [diff] [blame] | 37 | LLVMConventionsChecker.cpp | 
| Ted Kremenek | b663ffe | 2010-02-25 05:44:09 +0000 | [diff] [blame] | 38 | MacOSXAPIChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 39 | MallocChecker.cpp | 
|  | 40 | ManagerRegistry.cpp | 
|  | 41 | MemRegion.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 42 | NoReturnFunctionChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 43 | NSAutoreleasePoolChecker.cpp | 
|  | 44 | NSErrorChecker.cpp | 
| Ted Kremenek | d98d22b | 2010-02-25 03:26:55 +0000 | [diff] [blame] | 45 | ObjCUnusedIVarsChecker.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 46 | OSAtomicChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 47 | PathDiagnostic.cpp | 
|  | 48 | PointerArithChecker.cpp | 
|  | 49 | PointerSubChecker.cpp | 
|  | 50 | PthreadLockChecker.cpp | 
|  | 51 | RangeConstraintManager.cpp | 
|  | 52 | RegionStore.cpp | 
|  | 53 | ReturnPointerRangeChecker.cpp | 
|  | 54 | ReturnStackAddressChecker.cpp | 
|  | 55 | ReturnUndefChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 56 | SimpleConstraintManager.cpp | 
|  | 57 | SimpleSValuator.cpp | 
|  | 58 | Store.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 59 | SVals.cpp | 
|  | 60 | SValuator.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 61 | SymbolManager.cpp | 
|  | 62 | UndefBranchChecker.cpp | 
| Ted Kremenek | 2286397 | 2010-02-16 08:33:59 +0000 | [diff] [blame] | 63 | UndefCapturedBlockVarChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 64 | UndefinedArraySubscriptChecker.cpp | 
|  | 65 | UndefinedAssignmentChecker.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 66 | UndefResultChecker.cpp | 
| Ted Kremenek | d55522f | 2010-02-25 00:20:35 +0000 | [diff] [blame] | 67 | UnixAPIChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 68 | ValueManager.cpp | 
| Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 69 | VLASizeChecker.cpp | 
| Ted Kremenek | d6b8708 | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 70 | ) |