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
/
BugReporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-23
1
-80
/
+10
*
[analyzer] Don't emit extra context arrow after returning from an inlined call.
Jordan Rose
2013-04-12
1
-9
/
+12
*
[analyzer] When creating a trimmed graph, preserve whether a node is a sink.
Jordan Rose
2013-04-06
1
-1
/
+2
*
Revert "[analyzer] Break cycles (optionally) when trimming an ExplodedGraph."
Jordan Rose
2013-03-22
1
-2
/
+1
*
[analyzer] Use a forward BFS instead of a reverse BFS to find shortest paths.
Jordan Rose
2013-03-22
1
-150
/
+93
*
[analyzer] Re-apply "Do part of the work to find shortest bug paths up front".
Jordan Rose
2013-03-20
1
-43
/
+126
*
[analyzer] Break cycles (optionally) when trimming an ExplodedGraph.
Jordan Rose
2013-03-20
1
-1
/
+2
*
Revert "[analyzer] Do part of the work to find shortest bug paths up front."
Jordan Rose
2013-03-19
1
-115
/
+42
*
[analyzer] Do part of the work to find shortest bug paths up front.
Jordan Rose
2013-03-18
1
-42
/
+115
*
[analyzer] Separate graph trimming from creating the single-path graph.
Jordan Rose
2013-03-16
1
-58
/
+68
*
[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.
Jordan Rose
2013-03-16
1
-27
/
+13
*
[analyzer] Don't repeat a bug equivalence class if every report is invalid.
Jordan Rose
2013-03-16
1
-3
/
+13
*
[analyzer] Make GRBugReporter::generatePathDiagnostic iterative, not recursive.
Jordan Rose
2013-03-15
1
-112
/
+103
*
[analyzer] Collect stats on the max # of bug reports in an equivalence class.
Jordan Rose
2013-03-15
1
-0
/
+15
*
Remove stray space.
Ted Kremenek
2013-03-13
1
-1
/
+0
*
[analyzer] Handle Objc Fast enumeration for "loop is executed 0 times".
Ted Kremenek
2013-03-13
1
-0
/
+7
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-3
/
+3
*
[analyzer] Implement "Loop executed 0 times" diagnostic correctly.
Ted Kremenek
2013-02-22
1
-20
/
+62
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-15
/
+15
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-2
/
+2
*
clang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease old msvc in std::pair(...
NAKAMURA Takumi
2013-02-09
1
-1
/
+2
*
Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop bo...
Ted Kremenek
2013-02-08
1
-3
/
+51
*
Remove stale instance variable.
Ted Kremenek
2013-02-08
1
-1
/
+0
*
[analyzer] Move report false positive suppression to report visitors.
Anna Zaks
2013-01-30
1
-34
/
+11
*
[analyzer] Add 'prune-paths' config option to disable path pruning.
Jordan Rose
2013-01-26
1
-1
/
+2
*
[analyzer] Show notes inside implicit calls at the last explicit call site.
Jordan Rose
2013-01-21
1
-3
/
+6
*
[analyzer] Suppress warnings coming out of macros defined in sys/queue.h
Anna Zaks
2013-01-19
1
-0
/
+25
*
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
1
-3
/
+6
*
[analyzer] Fix r168019 to work with unpruned paths as well.
Jordan Rose
2012-12-07
1
-24
/
+44
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-8
/
+8
*
[analyzer] Fix a use-after-free introduced in r168019.
Jordan Rose
2012-11-15
1
-4
/
+5
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
1
-0
/
+3
*
[analyzer] Make sure calls in synthesized functions have valid path locations.
Jordan Rose
2012-11-15
1
-10
/
+16
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-2
/
+2
*
Add comments for RemoveRedundantMsgs, rename it to removeRedundantMsgs() per ...
Ted Kremenek
2012-10-26
1
-4
/
+13
*
TrackConstraintBRVisitor and ConditionBRVisitor can emit similar
Ted Kremenek
2012-10-25
1
-4
/
+72
*
[analyzer] Always allow BugReporterVisitors to see the bug path.
Jordan Rose
2012-09-22
1
-21
/
+57
*
[analyzer] Allow a BugReport to be marked "invalid" during path generation.
Jordan Rose
2012-09-22
1
-8
/
+38
*
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
1
-2
/
+23
*
[analyzer] Fix another use of the address of a temporary, like r163402.
Jordan Rose
2012-09-12
1
-1
/
+2
*
Fix regression where "looping back to the head of" PathDiagnosticEvents
Ted Kremenek
2012-09-12
1
-12
/
+7
*
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
Ted Kremenek
2012-09-08
1
-3
/
+1
*
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
1
-6
/
+5
*
[analyzer] Improved diagnostic pruning for calls initializing values.
Anna Zaks
2012-08-29
1
-115
/
+143
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-107
/
+82
*
[analyzer] Solve another source of non-determinism in the diagnostic
Anna Zaks
2012-08-02
1
-0
/
+2
*
[analyzer] Flush bug reports in deterministic order.
Anna Zaks
2012-08-02
1
-3
/
+4
*
[analyzer] Show paths for destructor calls.
Jordan Rose
2012-07-26
1
-37
/
+36
*
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-07-10
1
-16
/
+30
*
Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...
Ted Kremenek
2012-05-31
1
-3
/
+5
[next]