summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-1/+1
* Add a basic CallGraph to Analysis.Anna Zaks2012-03-081-0/+1
* Update the CMake build for r146959's new files.Chandler Carruth2011-12-201-0/+1
* [analyzer] Rely on LLVM Dominators in Clang dominator computation.Anna Zaks2011-12-051-1/+0
* Add source-level dominators analysis. Patch by Guoping Long!Ted Kremenek2011-10-251-0/+1
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-1/+1
* Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostO...Ted Kremenek2011-10-221-0/+1
* Thread Safety: Moving the analysis to a new fileCaitlin Sadowski2011-09-091-0/+1
* [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek2011-08-121-0/+1
* Rename UninitializedValuesV2 to UninitializedValues.Ted Kremenek2011-03-151-1/+1
* Remove old UninitializedValues analysis.Ted Kremenek2011-03-151-1/+0
* Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...Ted Kremenek2011-02-231-0/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Add initial prototype for implementation ofTed Kremenek2011-01-151-0/+1
* Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek2010-12-171-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-13/+4
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+13
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+2
* Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...Tom Care2010-08-231-1/+1
* Added psuedo-constant analysis and integrated it into the false positive redu...Tom Care2010-08-181-0/+1
* Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immedia...Ted Kremenek2010-08-041-0/+1
* Add most of the boilerplate support for scanf format string checking. This i...Ted Kremenek2010-07-161-0/+2
* Update CMake build for new attribute changes.Sean Hunt2010-06-171-1/+2
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-301-1/+1
* Unbreak CMake build.Douglas Gregor2010-05-051-1/+1
* Start moving some of the logic for the unreachable code analysis out of libSemaTed Kremenek2010-02-231-0/+1
* Add skeleton for a more structured way to analyzing pring formatTed Kremenek2010-01-271-0/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-58/+0
* Refactor OSAtomic evaluation logic into OSAtomicChecker.Zhongxing Xu2009-12-091-0/+1
* Refactor builtin function evaluation into a checker.Zhongxing Xu2009-12-081-0/+1
* Add EvalCallExpr interface to checker, and migrate the no-return functionZhongxing Xu2009-12-071-0/+1
* Update CMake for CallGraph.cpp move.Daniel Dunbar2009-12-031-1/+0
* We can remove this file now.Zhongxing Xu2009-11-241-1/+0
* Refactor undefined result checker. This is the last one.Zhongxing Xu2009-11-241-0/+1
* Rename: UndefinedArgChecker.cpp => CallAndMessageChecker.cppZhongxing Xu2009-11-241-1/+1
* Provide out-of-line definition for destructor of Checker.Ted Kremenek2009-11-231-0/+1
* Fix CMake buildDouglas Gregor2009-11-231-0/+1
* Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker als...Ted Kremenek2009-11-211-1/+0
* Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek2009-11-131-0/+1
* update CMakefileZhongxing Xu2009-11-121-0/+1
* Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthrea...Ted Kremenek2009-11-121-1/+1
* Move the ManagerRegistry to the Analysis library to resolve the layering viol...Chandler Carruth2009-11-111-0/+1
* Add undefined array subscript checker.Zhongxing Xu2009-11-111-0/+1
* Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu2009-11-111-0/+1
* Update CMake.Daniel Dunbar2009-11-111-1/+0
* Add check for pointer arithmetic on non-array variables.Zhongxing Xu2009-11-091-0/+1
* remove redundant file name in CMakeLists.txt.Zhongxing Xu2009-11-091-1/+0
* update CMakeList.txtZhongxing Xu2009-11-091-0/+2
* Update CMakeDaniel Dunbar2009-11-091-0/+1
* Update CMakeDaniel Dunbar2009-11-091-0/+2