index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-13
Refactor logic in ExprEngine for detecting 'noreturn' methods
Ted Kremenek
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-04-13
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-03-08
Add a basic CallGraph to Analysis.
Anna Zaks
2011-12-20
Update the CMake build for r146959's new files.
Chandler Carruth
2011-12-05
[analyzer] Rely on LLVM Dominators in Clang dominator computation.
Anna Zaks
2011-10-25
Add source-level dominators analysis. Patch by Guoping Long!
Ted Kremenek
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-22
Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostO...
Ted Kremenek
2011-09-09
Thread Safety: Moving the analysis to a new file
Caitlin Sadowski
2011-08-12
[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.
Ted Kremenek
2011-03-15
Rename UninitializedValuesV2 to UninitializedValues.
Ted Kremenek
2011-03-15
Remove old UninitializedValues analysis.
Ted Kremenek
2011-02-23
Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...
Ted Kremenek
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-01-15
Add initial prototype for implementation of
Ted Kremenek
2010-12-17
Move CocoaConventions.[h,cpp] from libChecker
Ted Kremenek
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-09
Clean up CMake dependencies
Douglas Gregor
2010-08-23
Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...
Tom Care
2010-08-18
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-04
Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immedia...
Ted Kremenek
2010-07-16
Add most of the boilerplate support for scanf format string checking. This i...
Ted Kremenek
2010-06-17
Update CMake build for new attribute changes.
Sean Hunt
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-05
Unbreak CMake build.
Douglas Gregor
2010-02-23
Start moving some of the logic for the unreachable code analysis out of libSema
Ted Kremenek
2010-01-27
Add skeleton for a more structured way to analyzing pring format
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-12-09
Refactor OSAtomic evaluation logic into OSAtomicChecker.
Zhongxing Xu
2009-12-08
Refactor builtin function evaluation into a checker.
Zhongxing Xu
2009-12-07
Add EvalCallExpr interface to checker, and migrate the no-return function
Zhongxing Xu
2009-12-03
Update CMake for CallGraph.cpp move.
Daniel Dunbar
2009-11-24
We can remove this file now.
Zhongxing Xu
2009-11-24
Refactor undefined result checker. This is the last one.
Zhongxing Xu
2009-11-24
Rename: UndefinedArgChecker.cpp => CallAndMessageChecker.cpp
Zhongxing Xu
2009-11-23
Provide out-of-line definition for destructor of Checker.
Ted Kremenek
2009-11-23
Fix CMake build
Douglas Gregor
2009-11-21
Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker als...
Ted Kremenek
2009-11-13
Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...
Ted Kremenek
2009-11-12
update CMakefile
Zhongxing Xu
2009-11-12
Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthrea...
Ted Kremenek
2009-11-11
Move the ManagerRegistry to the Analysis library to resolve the layering viol...
Chandler Carruth
2009-11-11
Add undefined array subscript checker.
Zhongxing Xu
2009-11-11
Reimplement out-of-bound array access checker with the new checker interface.
Zhongxing Xu
[next]