index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Checker
/
PathSensitive
/
AnalysisManager.h
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-16
Start migration of static analyzer to using the
Ted Kremenek
2010-11-24
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-11-24
Use StackFrameContext directly in CallEnter program point. Then we don't need
Zhongxing Xu
2010-09-30
Added two new command line arguments:
Marcin Swiderski
2010-09-14
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-08-03
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
2010-07-22
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-19
Reapply r108617.
Zhongxing Xu
2010-07-17
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-05-18
Add option '-analyzer-max-loop', which specifies the maximum
Zhongxing Xu
2010-05-06
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
Zhongxing Xu
2010-04-13
Add a cc1 option to specify the max number of nodes the analyzer can explore.
Zhongxing Xu
2010-01-25
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek