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
/
Analysis
/
BugReporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach BugReporter to "escape" the occurance of '%' characters in diagnostic m...
Ted Kremenek
2010-01-15
1
-2
/
+17
*
Convert a few more uses of std::string& to llvm::StringRef.
Ted Kremenek
2010-01-15
1
-1
/
+1
*
Teach 'ExecutionContinues' (part of BugReporter's diagnostic generation) abou...
Ted Kremenek
2009-12-04
1
-4
/
+13
*
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-29
1
-3
/
+4
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-8
/
+8
*
Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding mal...
Ted Kremenek
2009-10-07
1
-1
/
+1
*
Re-introduce diagnostic caching in BugReporter that was originally added in
Ted Kremenek
2009-09-18
1
-0
/
+47
*
Revert most of r82198, which was causing a large number of crashes
Ted Kremenek
2009-09-18
1
-47
/
+0
*
Introduce caching of diagnostics in BugReporter. This provides extra
Ted Kremenek
2009-09-18
1
-0
/
+47
*
Fix typo in comment.
Ted Kremenek
2009-09-15
1
-1
/
+1
*
Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call
Ted Kremenek
2009-09-14
1
-11
/
+108
*
Implement FIXME: free up BugReportEquivClass objects when deleting BugTypes.
Ted Kremenek
2009-09-14
1
-4
/
+10
*
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-11
1
-1
/
+4
*
Make AnalysisManager stateless. Now other analyzer components only depends on
Zhongxing Xu
2009-09-10
1
-13
/
+3
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-321
/
+320
*
Do not call FlushReports() in GRBugReporter's dtor. We already call it in
Zhongxing Xu
2009-09-05
1
-1
/
+1
*
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
Zhongxing Xu
2009-08-25
1
-0
/
+8
*
Remove Decl and CFG from ExplodedGraph. This leads to a series small changes.
Zhongxing Xu
2009-08-25
1
-2
/
+1
*
Rename: ProgramPoint::getContext() => ProgramPoint::getLocationContext().
Zhongxing Xu
2009-08-20
1
-1
/
+1
*
Get the Decl from the current ExplodedNode. Eventually the diagnostic client
Zhongxing Xu
2009-08-19
1
-2
/
+4
*
Remove unused parameter BugReporter due to previous patch.
Zhongxing Xu
2009-08-18
1
-5
/
+3
*
Now we can get the CFG from the ProgramPoint. No need to pass in the
Zhongxing Xu
2009-08-18
1
-4
/
+6
*
Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'
Ted Kremenek
2009-08-18
1
-2
/
+2
*
Core analysis engine template cleanup step 2:
Zhongxing Xu
2009-08-06
1
-14
/
+11
*
As GRState seems general enough, it is time to merge some template classes
Zhongxing Xu
2009-08-06
1
-52
/
+52
*
add a fixme
Zhongxing Xu
2009-07-29
1
-2
/
+4
*
Fix helper function GetNextStmt() to look for the first statement that has a
Ted Kremenek
2009-07-28
1
-0
/
+5
*
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
Ted Kremenek
2009-07-22
1
-23
/
+26
*
Move the source-level CFG from libAST to libAnalysis.
Ted Kremenek
2009-07-16
1
-1
/
+1
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-4
/
+3
*
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-26
1
-1
/
+1
*
API cleanup: move more methods from GRStateManager to GRState.
Ted Kremenek
2009-06-23
1
-1
/
+1
*
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
1
-1
/
+1
*
Fix another bug in BugReporter where we wouldn't always select the bug report...
Ted Kremenek
2009-05-16
1
-14
/
+20
*
BugReporter (extensive diagnostics): Do not include the range of target '}'
Ted Kremenek
2009-05-15
1
-4
/
+6
*
BugReporter (extensive diagnostics): Add control-flow piece to '}' in
Ted Kremenek
2009-05-15
1
-16
/
+36
*
BugReport::getEndPath() - Only add a Stmt's range to the constructed PathDiag...
Ted Kremenek
2009-05-11
1
-5
/
+8
*
EdgeBuilder: DeclStmts and BinaryOperators are not the enclosing location con...
Ted Kremenek
2009-05-11
1
-1
/
+26
*
EdgeBuilder::cleanUpLocation() should used the PathDiagnosticLocation constru...
Ted Kremenek
2009-05-11
1
-16
/
+31
*
BugReporter (extensive diagnostics): Add EdgeBuilder::cleanUpLocation for can...
Ted Kremenek
2009-05-11
1
-28
/
+34
*
analyzer:
Ted Kremenek
2009-05-10
1
-1
/
+1
*
Add preliminary support for enhancing null-pointer dereference diagnostics.
Ted Kremenek
2009-05-07
1
-46
/
+54
*
Refactor BugReporter interface to have a new 'BugReporterContext' and
Ted Kremenek
2009-05-06
1
-64
/
+55
*
BugReporter (extensive diagnostics): improve location context generation for the
Ted Kremenek
2009-05-05
1
-3
/
+29
*
BugReporter (extensive diagnostics): Fix getEnclosingStmtLocation to reason
Ted Kremenek
2009-05-05
1
-7
/
+8
*
BugReporter (extensive diagnostics): don't mark location contexts that are
Ted Kremenek
2009-05-04
1
-2
/
+3
*
BugReporter (extensive diagnostics): introduce the notion of a "dead"
Ted Kremenek
2009-05-01
1
-10
/
+41
*
Remove #if 0'ed code.
Ted Kremenek
2009-05-01
1
-173
/
+0
*
Fix null dereference.
Ted Kremenek
2009-04-29
1
-1
/
+1
*
BugReporter/PathDiagnostics:
Ted Kremenek
2009-04-29
1
-4
/
+7
[next]