summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...George Karpenkov2019-01-251-0/+1
* Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-021-4/+0
* Revert "Reapply Logging: make os_log buffer size an integer constant expressi...Tim Northover2018-11-011-0/+1
* Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-011-1/+0
* Remove PseudoConstantAnalysisShuai Wang2018-09-141-1/+0
* [NFC] Fix build breakage caused by D51948Shuai Wang2018-09-111-0/+1
* [analyzer] Add ExprMutationAnalyzerShuai Wang2018-09-111-0/+1
* Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"Bruno Cardoso Lopes2018-08-181-1/+0
* [analyzer] [NFC] Split up RetainSummaryManager from RetainCountCheckerGeorge Karpenkov2018-08-181-0/+1
* [CFG] NFC: Refactor ConstructionContext into a finite set of cases.Artem Dergachev2018-02-271-0/+1
* 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