summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [analyze] Convert EndOfPath callback to use CheckerContextAnna Zaks2011-10-251-4/+17
* [analyzer] Completely remove the global Builder object.Anna Zaks2011-10-241-1/+0
* [analyzer] Remove more dependencies from global BuilderAnna Zaks2011-10-241-5/+0
* [analyzer] Convert ExprEngine::visit() to use short lived builders.Anna Zaks2011-10-241-6/+9
* [analyzer] Use a temporary builder in CheckerContext.Anna Zaks2011-10-241-14/+30
* [analyzer] Make NodeBuilder and Pred node loosely coupledAnna Zaks2011-10-181-1/+2
* [analyzer] Modularize builder use in processBranch.Anna Zaks2011-10-181-1/+1
* [analyzer] CheckerContext updates checkDst in it's destructor, so make sure t...Anna Zaks2011-10-111-3/+7
* [analyzer] Previously, we were passing to CheckerContext enough info to const...Anna Zaks2011-10-071-16/+33
* [analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...Anna Zaks2011-10-061-2/+2
* [analyzer] OSAtomicChecker implements evalCall in a very invasive way - it es...Anna Zaks2011-10-051-2/+40
* [analyzer] Remove TransferFuncs.h, then deal with the fallout.Jordy Rose2011-09-021-0/+1
* [analyzer] Introduce a new callback for checkers, printState, to be used for ...Jordy Rose2011-08-281-0/+8
* [analyzer] Change the check::RegionChanges callback to include the regions ex...Jordy Rose2011-08-271-3/+4
* [analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose2011-08-161-4/+0
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-6/+6
* [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek2011-08-121-0/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Add Checker callback for running a checker at the end of processing an entire...Ted Kremenek2011-05-051-0/+14
* Augment retain/release checker to not warn about tracked objects passed as ar...Ted Kremenek2011-05-021-1/+2
* [analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...Argyrios Kyrtzidis2011-02-281-0/+16
* [analyzer] Introduce "event" mechanism in CheckerManager.Argyrios Kyrtzidis2011-02-281-0/+10
* [analyzer] Migrate UndefBranchChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-0/+15
* [analyzer] Migrate MallocChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-0/+56
* [analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, te...Argyrios Kyrtzidis2011-02-241-10/+5
* [analyzer] Remove unused functions from CheckerManager.Argyrios Kyrtzidis2011-02-241-5/+0
* [analyzer] Migrate CStringChecker to CheckerV2.Argyrios Kyrtzidis2011-02-241-0/+79
* [analyzer] Migrate StackAddrLeakChecker to CheckerV2.Argyrios Kyrtzidis2011-02-231-0/+14
* [analyzer] const goodness.Argyrios Kyrtzidis2011-02-231-7/+7
* [analyzer] Rename runPathSensitiveCheckers -> expandGraphWithCheckers.Argyrios Kyrtzidis2011-02-231-6/+6
* [analyzer] Migrate ChrootChecker to CheckerV2.Argyrios Kyrtzidis2011-02-231-3/+64
* [analyzer] Migrate UnreachableCodeChecker to CheckerV2.Argyrios Kyrtzidis2011-02-231-0/+11
* [analyzer] Fix CheckerManager::runCheckersForObjCMessage.Argyrios Kyrtzidis2011-02-231-1/+4
* [analyzer] Start moving the path-sensitive checkers to CheckerV2.Argyrios Kyrtzidis2011-02-221-22/+215
* [analyzer]Argyrios Kyrtzidis2011-02-171-0/+59
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-0/+26
OpenPOWER on IntegriCloud