summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-0/+1
* Revert "Add support for __builtin_os_log_format[_buffer_size]"Mehdi Amini2016-10-241-1/+0
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-0/+1
* [analyzer] Add basic capabilities to detect source code clones.Artem Dergachev2016-07-261-0/+1
* Reverting r214064 and r215650 while investigating a pesky performance regressionArtyom Skrobov2014-09-231-1/+0
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-271-0/+1
* Factoring DataflowWorklist out of LiveVariables and UninitializedValues analysesArtyom Skrobov2014-07-281-0/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-1/+1
* Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins2014-05-151-0/+1
* Add the ability to use logical expressions for capability attributes. This is...Aaron Ballman2014-05-091-1/+2
* Thread Safety Analysis: update to internal SExpr handling.DeLesley Hutchins2014-04-071-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-10/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-0/+5
* Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins2013-08-121-0/+1
* Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek2012-09-211-0/+1
* Refactor logic in ExprEngine for detecting 'noreturn' methodsTed Kremenek2012-09-131-1/+2
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+1
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-1/+1
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-4/+12
* 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