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
/
StaticAnalyzer
/
Core
/
CheckerManager.cpp
Age
Commit message (
Expand
)
Author
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-05
Add Checker callback for running a checker at the end of processing an entire...
Ted Kremenek
2011-05-02
Augment retain/release checker to not warn about tracked objects passed as ar...
Ted Kremenek
2011-02-28
[analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Introduce "event" mechanism in CheckerManager.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate UndefBranchChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate MallocChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-24
[analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, te...
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove unused functions from CheckerManager.
Argyrios Kyrtzidis
2011-02-24
[analyzer] Migrate CStringChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Migrate StackAddrLeakChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
[analyzer] const goodness.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Rename runPathSensitiveCheckers -> expandGraphWithCheckers.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Migrate ChrootChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Fix CheckerManager::runCheckersForObjCMessage.
Argyrios Kyrtzidis
2011-02-22
[analyzer] Start moving the path-sensitive checkers to CheckerV2.
Argyrios Kyrtzidis
2011-02-17
[analyzer]
Argyrios Kyrtzidis
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis