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
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-14
1
-1
/
+1
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+3
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-5
/
+4
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+2
*
Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...
Ted Kremenek
2014-03-08
1
-2
/
+10
*
[CFG] Record would-be successor for noreturn destructor.
Ted Kremenek
2014-03-08
1
-2
/
+4
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...
Ted Kremenek
2014-03-07
1
-6
/
+6
*
Remove some unnecessary qualification
David Blaikie
2014-03-04
1
-2
/
+2
*
[CFG] Tweak "?:" CFG construction to record the unreachable blocks.
Ted Kremenek
2014-03-04
1
-4
/
+5
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-5
/
+4
*
[CFG] record the original (now unreachable) block of 'case:' and 'default:' c...
Ted Kremenek
2014-02-27
1
-10
/
+21
*
[CFG] encode unreachable block information for would-have-been successors for...
Ted Kremenek
2014-02-27
1
-1
/
+1
*
[CFG] Encode unreachable block information for successors when visiting 'if' ...
Ted Kremenek
2014-02-27
1
-3
/
+4
*
Rework CFG edges to encode potentially unreachable edges, instead of just mak...
Ted Kremenek
2014-02-27
1
-5
/
+46
*
CFG: use Visit instead of VisitStmt to look through parens.
Jordan Rose
2014-01-14
1
-3
/
+4
*
[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
2014-01-13
1
-0
/
+29
*
Add CFG tests for switch's involving "extended" enum.
Ted Kremenek
2013-12-11
1
-1
/
+3
*
The code using the StmtPrinterHelper object failed to account for a null obje...
Aaron Ballman
2013-11-18
1
-44
/
+39
*
CFG: Properly print delegating initializer CFG elements.
Jordan Rose
2013-10-22
1
-0
/
+4
*
Fix a crash introduced in r189828.
Matt Beaumont-Gay
2013-09-09
1
-1
/
+1
*
Avoid double edges when constructing CFGs
Pavel Labath
2013-09-06
1
-2
/
+5
*
Add an implicit dtor CFG node just before C++ 'delete' expressions.
Jordan Rose
2013-09-03
1
-0
/
+41
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-09-02
1
-2
/
+3
*
Omit arguments of __builtin_object_size from the CFG.
Jordan Rose
2013-08-19
1
-1
/
+17
*
Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into
Richard Smith
2013-06-27
1
-2
/
+15
*
[CFG] Set the “loop target” (back edge) for VisitObjCForCollectionStmt loops
Anna Zaks
2013-06-22
1
-4
/
+11
*
[analyzer; new edges] Simplify edges in a C++11 for-range loop.
Jordan Rose
2013-06-06
1
-0
/
+5
*
Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully c...
David Majnemer
2013-06-04
1
-2
/
+8
*
CFG: In a DeclStmt, skip anything that's not a VarDecl.
Jordan Rose
2013-06-03
1
-10
/
+2
*
Remove unused, awkward CFGStmtVisitor and subclasses.
Jordan Rose
2013-05-15
1
-115
/
+0
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+5
*
[cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static ...
Ted Kremenek
2013-03-29
1
-15
/
+15
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-7
/
+7
*
Add CFG logic to create a conditional branch for modeling static initializers.
Ted Kremenek
2013-03-28
1
-1
/
+31
*
Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
2013-03-27
1
-1
/
+1
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-19
/
+19
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-20
/
+20
*
Add note why we used a switch.
Ted Kremenek
2013-02-05
1
-0
/
+1
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-19
/
+56
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-7
/
+5
*
CFG.cpp: Fix wrapping logic when printing block preds/succs.
Will Dietz
2013-01-07
1
-2
/
+2
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-8
/
+8
*
Fix bad CFG construction bug when handling C++ 'try' statements.
Ted Kremenek
2012-11-13
1
-13
/
+14
*
Fix potential null deference in CFG printer.
Ted Kremenek
2012-10-12
1
-2
/
+2
*
Remove dead store.
Ted Kremenek
2012-10-12
1
-1
/
+1
[next]