Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
Douglas Gregor | ec9bf47 | 2010-09-09 15:44:58 +0000 | [diff] [blame] | 3 | set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite) |
| 4 | |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 5 | add_clang_library(clangChecker |
Ted Kremenek | 40c37e1 | 2010-02-04 00:47:48 +0000 | [diff] [blame] | 6 | AdjustedReturnValueChecker.cpp |
Zhongxing Xu | 13b7639 | 2010-03-23 08:14:19 +0000 | [diff] [blame] | 7 | AggExprVisitor.cpp |
Daniel Dunbar | 9b414d3 | 2010-06-15 17:48:49 +0000 | [diff] [blame] | 8 | AnalysisConsumer.cpp |
Zhongxing Xu | c6238d2 | 2010-07-19 01:31:21 +0000 | [diff] [blame] | 9 | AnalysisManager.cpp |
Tom Care | 52d861c | 2010-09-10 00:44:44 +0000 | [diff] [blame^] | 10 | AnalyzerStatsChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 11 | ArrayBoundChecker.cpp |
| 12 | AttrNonNullChecker.cpp |
| 13 | BasicConstraintManager.cpp |
| 14 | BasicObjCFoundationChecks.cpp |
| 15 | BasicStore.cpp |
| 16 | BasicValueFactory.cpp |
| 17 | BugReporter.cpp |
| 18 | BugReporterVisitors.cpp |
| 19 | BuiltinFunctionChecker.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 20 | CFRefCount.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 21 | CallAndMessageChecker.cpp |
Zhongxing Xu | ab28099 | 2010-05-25 04:59:19 +0000 | [diff] [blame] | 22 | CastSizeChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 23 | CastToStructChecker.cpp |
| 24 | CheckDeadStores.cpp |
| 25 | CheckObjCDealloc.cpp |
| 26 | CheckObjCInstMethSignature.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 27 | CheckSecuritySyntaxOnly.cpp |
| 28 | CheckSizeofPointer.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 29 | Checker.cpp |
Tom Care | a9fbf5b | 2010-07-27 23:26:07 +0000 | [diff] [blame] | 30 | CheckerHelpers.cpp |
Ted Kremenek | 145308f | 2010-01-27 06:14:12 +0000 | [diff] [blame] | 31 | CocoaConventions.cpp |
Jordy Rose | ccbf7ee | 2010-07-06 23:11:01 +0000 | [diff] [blame] | 32 | CStringChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 33 | DereferenceChecker.cpp |
| 34 | DivZeroChecker.cpp |
| 35 | Environment.cpp |
| 36 | ExplodedGraph.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 37 | FixedAddressChecker.cpp |
Ted Kremenek | 40c37e1 | 2010-02-04 00:47:48 +0000 | [diff] [blame] | 38 | FlatStore.cpp |
Daniel Dunbar | 9b414d3 | 2010-06-15 17:48:49 +0000 | [diff] [blame] | 39 | FrontendActions.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 40 | GRBlockCounter.cpp |
Zhongxing Xu | cb7464a | 2010-04-19 12:51:02 +0000 | [diff] [blame] | 41 | GRCXXExprEngine.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 42 | GRCoreEngine.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 43 | GRExprEngine.cpp |
| 44 | GRExprEngineExperimentalChecks.cpp |
| 45 | GRState.cpp |
Daniel Dunbar | 9b414d3 | 2010-06-15 17:48:49 +0000 | [diff] [blame] | 46 | HTMLDiagnostics.cpp |
Tom Care | db2fa8a | 2010-07-06 21:43:29 +0000 | [diff] [blame] | 47 | IdempotentOperationChecker.cpp |
Ted Kremenek | 6dd66ed | 2010-02-14 02:45:18 +0000 | [diff] [blame] | 48 | LLVMConventionsChecker.cpp |
Ted Kremenek | df61b58 | 2010-02-25 05:44:09 +0000 | [diff] [blame] | 49 | MacOSXAPIChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 50 | MallocChecker.cpp |
| 51 | ManagerRegistry.cpp |
| 52 | MemRegion.cpp |
| 53 | NSAutoreleasePoolChecker.cpp |
| 54 | NSErrorChecker.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 55 | NoReturnFunctionChecker.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 56 | OSAtomicChecker.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 57 | ObjCUnusedIVarsChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 58 | PathDiagnostic.cpp |
Daniel Dunbar | 9b414d3 | 2010-06-15 17:48:49 +0000 | [diff] [blame] | 59 | PlistDiagnostics.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 60 | PointerArithChecker.cpp |
| 61 | PointerSubChecker.cpp |
| 62 | PthreadLockChecker.cpp |
| 63 | RangeConstraintManager.cpp |
| 64 | RegionStore.cpp |
| 65 | ReturnPointerRangeChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 66 | ReturnUndefChecker.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 67 | SVals.cpp |
| 68 | SValuator.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 69 | SimpleConstraintManager.cpp |
| 70 | SimpleSValuator.cpp |
Zhongxing Xu | 1622a54 | 2010-06-08 10:00:00 +0000 | [diff] [blame] | 71 | StackAddrLeakChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 72 | Store.cpp |
Zhongxing Xu | c196095 | 2010-06-16 05:38:05 +0000 | [diff] [blame] | 73 | StreamChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 74 | SymbolManager.cpp |
| 75 | UndefBranchChecker.cpp |
Ted Kremenek | 94fd0b8 | 2010-02-16 08:33:59 +0000 | [diff] [blame] | 76 | UndefCapturedBlockVarChecker.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 77 | UndefResultChecker.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 78 | UndefinedArraySubscriptChecker.cpp |
| 79 | UndefinedAssignmentChecker.cpp |
Ted Kremenek | 381d1bf | 2010-02-25 00:20:35 +0000 | [diff] [blame] | 80 | UnixAPIChecker.cpp |
Tom Care | c4b5bd8 | 2010-07-23 23:04:53 +0000 | [diff] [blame] | 81 | UnreachableCodeChecker.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 82 | VLASizeChecker.cpp |
Ted Kremenek | 0a02e3e | 2010-07-06 22:03:19 +0000 | [diff] [blame] | 83 | ValueManager.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 84 | ) |
Douglas Gregor | 71b1d0e | 2010-05-05 05:41:05 +0000 | [diff] [blame] | 85 | |
Sean Hunt | ee6e4b4 | 2010-06-17 00:37:02 +0000 | [diff] [blame] | 86 | add_dependencies(clangChecker ClangAttrClasses ClangAttrList ClangDeclNodes |
| 87 | ClangStmtNodes) |