index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
CheckerManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-4
/
+17
*
[analyzer] Completely remove the global Builder object.
Anna Zaks
2011-10-24
1
-1
/
+0
*
[analyzer] Remove more dependencies from global Builder
Anna Zaks
2011-10-24
1
-5
/
+0
*
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
1
-6
/
+9
*
[analyzer] Use a temporary builder in CheckerContext.
Anna Zaks
2011-10-24
1
-14
/
+30
*
[analyzer] Make NodeBuilder and Pred node loosely coupled
Anna Zaks
2011-10-18
1
-1
/
+2
*
[analyzer] Modularize builder use in processBranch.
Anna Zaks
2011-10-18
1
-1
/
+1
*
[analyzer] CheckerContext updates checkDst in it's destructor, so make sure t...
Anna Zaks
2011-10-11
1
-3
/
+7
*
[analyzer] Previously, we were passing to CheckerContext enough info to const...
Anna Zaks
2011-10-07
1
-16
/
+33
*
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-06
1
-2
/
+2
*
[analyzer] OSAtomicChecker implements evalCall in a very invasive way - it es...
Anna Zaks
2011-10-05
1
-2
/
+40
*
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
1
-0
/
+1
*
[analyzer] Introduce a new callback for checkers, printState, to be used for ...
Jordy Rose
2011-08-28
1
-0
/
+8
*
[analyzer] Change the check::RegionChanges callback to include the regions ex...
Jordy Rose
2011-08-27
1
-3
/
+4
*
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-08-16
1
-4
/
+0
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-6
/
+6
*
[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.
Ted Kremenek
2011-08-12
1
-0
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Add Checker callback for running a checker at the end of processing an entire...
Ted Kremenek
2011-05-05
1
-0
/
+14
*
Augment retain/release checker to not warn about tracked objects passed as ar...
Ted Kremenek
2011-05-02
1
-1
/
+2
*
[analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+16
*
[analyzer] Introduce "event" mechanism in CheckerManager.
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+10
*
[analyzer] Migrate UndefBranchChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+15
*
[analyzer] Migrate MallocChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+56
*
[analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, te...
Argyrios Kyrtzidis
2011-02-24
1
-10
/
+5
*
[analyzer] Remove unused functions from CheckerManager.
Argyrios Kyrtzidis
2011-02-24
1
-5
/
+0
*
[analyzer] Migrate CStringChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-24
1
-0
/
+79
*
[analyzer] Migrate StackAddrLeakChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
1
-0
/
+14
*
[analyzer] const goodness.
Argyrios Kyrtzidis
2011-02-23
1
-7
/
+7
*
[analyzer] Rename runPathSensitiveCheckers -> expandGraphWithCheckers.
Argyrios Kyrtzidis
2011-02-23
1
-6
/
+6
*
[analyzer] Migrate ChrootChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
1
-3
/
+64
*
[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
1
-0
/
+11
*
[analyzer] Fix CheckerManager::runCheckersForObjCMessage.
Argyrios Kyrtzidis
2011-02-23
1
-1
/
+4
*
[analyzer] Start moving the path-sensitive checkers to CheckerV2.
Argyrios Kyrtzidis
2011-02-22
1
-22
/
+215
*
[analyzer]
Argyrios Kyrtzidis
2011-02-17
1
-0
/
+59
*
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
1
-0
/
+26
[prev]