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
/
CoreEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.
Anna Zaks
2011-10-18
1
-54
/
+36
*
[analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi...
Anna Zaks
2011-10-18
1
-5
/
+33
*
[analyzer] Remove an unused member variable.
Anna Zaks
2011-10-11
1
-7
/
+4
*
[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...
Ted Kremenek
2011-10-10
1
-0
/
+5
*
ProgramPoint cleanup after the previous commit r141408 (remove the copy const...
Anna Zaks
2011-10-07
1
-27
/
+2
*
Fix crash when analyzing C++ code involving constant enums and switch stateme...
Ted Kremenek
2011-09-30
1
-2
/
+7
*
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-30
1
-20
/
+2
*
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
[analyzer] Remove lingering CFRefCount creation, which would have resulted in...
Jordy Rose
2011-09-02
1
-12
/
+3
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-33
/
+39
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-44
/
+44
*
[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.
Ted Kremenek
2011-08-12
1
-6
/
+9
*
Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilde...
Anna Zaks
2011-08-11
1
-1
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-9
/
+6
*
Simplify passing of CFGBuildOptions around for AnalysisContext. No functiona...
Ted Kremenek
2011-07-21
1
-3
/
+5
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-2
/
+0
*
static analyzer: Add a new ProgramPoint PostCondition to represent the post p...
Ted Kremenek
2011-04-03
1
-0
/
+19
*
static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...
Ted Kremenek
2011-04-02
1
-1
/
+1
*
[analyzer] Refactor EndOfFunctionNodeBuilder.
Argyrios Kyrtzidis
2011-02-23
1
-3
/
+4
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-1
/
+3
*
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
1
-0
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-3
/
+3
*
static analyzer: Further reduce the analyzer's memory usage when analyzing sq...
Ted Kremenek
2011-02-09
1
-1
/
+2
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+844