| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Eventually there will also be a lib/StaticAnalyzer/Frontend that will handle initialization and checker registration.
Yet another library to avoid cyclic dependencies between Core and Checkers.
llvm-svn: 125124
|
| |
|
|
|
|
|
|
|
| |
and 'getBasePredecessor()' to 'getPredecessor()'.
Also remove a unneeded save-and-restore of
node builder's tag field.
llvm-svn: 123363
|
| |
|
|
|
|
|
|
| |
to use a node builder. This paves the way
for Checkers to interpose (via a "visit" method)
at the entrance to blocks.
llvm-svn: 123217
|
| |
|
|
|
|
| |
that just forwarded to ento::SubEngine.
llvm-svn: 123216
|
| |
|
|
|
|
| |
with lowercase letter.
llvm-svn: 123212
|
| |
|
|
|
|
| |
with a lower-case letter. No functionality change.
llvm-svn: 123211
|
|
|
layout. :)
Rename the 'EntoSA' directories to 'StaticAnalyzer'.
Internally we will still use the 'ento' namespace
for the analyzer engine (unless there are further
sabre rattlings...).
llvm-svn: 122514
|