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
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-4
/
+2
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
[analyzer] Clarify that r187624 is a hack and should be fixed better later.
Jordan Rose
2013-08-05
1
-0
/
+3
*
[analyzer] Silently drop all reports within synthesized bodies.
Jordan Rose
2013-08-01
1
-0
/
+16
*
Fix formatting. No functional change.
Craig Topper
2013-07-16
1
-7
/
+5
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
Reid Kleckner
2013-06-17
1
-0
/
+2
*
[analyzer; alternate edges] Fix the edge locations in presence of macros.
Anna Zaks
2013-06-08
1
-1
/
+1
*
[analyzer] Address Jordan’s code review for r183451
Anna Zaks
2013-06-06
1
-3
/
+3
*
[analyzer] Ensure that pieces with invalid locations always get removed from ...
Anna Zaks
2013-06-06
1
-9
/
+24
*
[analyzer; new edges] Simplify edges in a C++11 for-range loop.
Jordan Rose
2013-06-06
1
-16
/
+41
*
[analyzer] Improve debug output for PathDiagnosticPieces.
Jordan Rose
2013-06-06
1
-54
/
+75
*
[analyzer; new edges] Don't crash if the top-level entry edge is missing.
Jordan Rose
2013-06-06
1
-7
/
+13
*
[analyzer; new edges] Ignore self-edges, not all edges with the same location.
Jordan Rose
2013-06-06
1
-6
/
+7
*
[analyzer] Enable the new edge algorithm by default.
Jordan Rose
2013-06-03
1
-1
/
+1
*
[analyzer; new edges] Omit subexpression back-edges that span multiple lines.
Jordan Rose
2013-06-03
1
-1
/
+16
*
[analyzer; new edges] Don't eliminate subexpr edge cycles if the line is long.
Jordan Rose
2013-06-03
1
-23
/
+83
*
[analyzer; new edges] Eliminate "cycle edges" for a single subexpression.
Jordan Rose
2013-06-03
1
-0
/
+50
*
[analyzer; new edges] Improve enclosing contexts for logical expressions.
Jordan Rose
2013-06-03
1
-9
/
+20
*
[analyzer; new edges] Include context for edges to sub-expressions.
Jordan Rose
2013-06-03
1
-254
/
+177
*
[analyzer; new edges] Include a top-level function entry edge while optimizing.
Jordan Rose
2013-06-03
1
-23
/
+29
*
[analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches.
Ted Kremenek
2013-05-31
1
-2
/
+95
*
[analyzer; new edges] in splitBranchConditionEdges() do not check that predec...
Ted Kremenek
2013-05-31
1
-22
/
+26
*
[analyzer;alternate arrows] Rename 'adjustBranchEdges' to 'splitBranchConditi...
Ted Kremenek
2013-05-31
1
-4
/
+9
*
Revert "[analyzer; alternate edges] don't add an edge incoming from the start...
Jordan Rose
2013-05-30
1
-1
/
+8
*
[analyzer; new edges] In for(;;), use the ForStmt itself for loop notes.
Jordan Rose
2013-05-30
1
-3
/
+6
*
[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.
Jordan Rose
2013-05-24
1
-5
/
+11
*
[analyzer; new edges] Properly set location after exiting an inlined call.
Jordan Rose
2013-05-24
1
-22
/
+7
*
Make helper functions static.
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
[analyzer;alternate edges] fix type that was causing the wrong path piece to ...
Ted Kremenek
2013-05-23
1
-1
/
+1
*
Insert explicit casts to try appease overload resolution in the buildbots
Pete Cooper
2013-05-22
1
-1
/
+1
*
Use scope-resolution operator to hopefully unbreak Windows builds.
Ted Kremenek
2013-05-22
1
-1
/
+1
*
Simplifiy code using return value of erase().
Ted Kremenek
2013-05-22
1
-3
/
+1
*
[analyzer; alternate edges] remove redundant adjacent "events" with the same ...
Ted Kremenek
2013-05-22
1
-0
/
+27
*
[analyzer;alternate edges] remove puny edges on the same line that span less ...
Ted Kremenek
2013-05-22
1
-2
/
+70
*
Remove unnecessary assignment.
Ted Kremenek
2013-05-22
1
-2
/
+0
*
[analyzer;alternate edges] prune out extra edges to a subexpression where we ...
Ted Kremenek
2013-05-21
1
-4
/
+46
*
[analyzer; alternated edges] look through expressions just like Environment d...
Ted Kremenek
2013-05-21
1
-1
/
+3
*
[analyzer; alternate edges] optimize edges for ObjC fast enumeration loops.
Ted Kremenek
2013-05-21
1
-4
/
+49
*
[analyzer] New edges: include an edge to the end-of-path location.
Jordan Rose
2013-05-18
1
-0
/
+2
*
[analyzer] Add a debug dump for PathPieces, a list of PathDiagnosticPieces.
Jordan Rose
2013-05-18
1
-0
/
+54
*
Revert "[analyzer; alternate edges] improve support for edges with PseudoObje...
Jordan Rose
2013-05-18
1
-107
/
+4
*
[analyzer; alternate edges] improve support for edges with PseudoObjectExprs.
Ted Kremenek
2013-05-17
1
-4
/
+107
*
[analyzer; alternate edges] treat 'if' statements the same way we do as 'for'...
Ted Kremenek
2013-05-17
1
-20
/
+38
*
[analyzer; alternate edges] don't add an edge incoming from the start of a fu...
Ted Kremenek
2013-05-17
1
-8
/
+0
*
[analyzer] Add an option to use the last location in the main source file as ...
Anna Zaks
2013-05-16
1
-3
/
+8
*
[analyzer; alternate arrows] for "loop back" edges add back the extra edge to...
Ted Kremenek
2013-05-09
1
-0
/
+12
*
[analyzer;alternate arrows] adapt 'for' loop aesthetic cleanup to 'while' loops.
Ted Kremenek
2013-05-09
1
-13
/
+17
*
[analyzer; alternate edges] insert an extra edge for 'for' statements to cond...
Ted Kremenek
2013-05-08
1
-2
/
+93
[next]