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
*
Wdeprecated: Make BumpVectorContext movable
David Blaikie
2015-08-13
1
-9
/
+7
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-3
/
+2
*
Analysis: Fix example usage comment in CFG.cpp. NFC
Jonathan Roelofs
2015-07-27
1
-1
/
+1
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-1
/
+2
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-6
/
+5
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a con...
Enrico Pertoso
2015-06-03
1
-0
/
+13
*
Update -Winvalid-noreturn to handle destructors better.
Richard Trieu
2015-05-28
1
-3
/
+2
*
Fix 'CFG graph' typo. NFC
Jonathan Roelofs
2015-05-19
1
-3
/
+3
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+1
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-2
/
+2
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFG
David Blaikie
2014-08-29
1
-7
/
+6
*
clangAnalysis: Avoid member initializers in TempDtorContext to appease msc17.
NAKAMURA Takumi
2014-08-08
1
-5
/
+8
*
Fix branch reachabiliy annotation for temp dtor branches.
Manuel Klimek
2014-08-08
1
-21
/
+29
*
Mark successors as reachable/unreachable instead of changing the CFG.
Manuel Klimek
2014-08-07
1
-32
/
+19
*
Fix CFG for temporary dtors when the branch taken is known.
Manuel Klimek
2014-08-07
1
-14
/
+18
*
Model temporary destructors from logical operators with known values.
Manuel Klimek
2014-08-07
1
-4
/
+15
*
Only have one path in the CFG for ternaries if the condition is known.
Manuel Klimek
2014-08-07
1
-2
/
+11
*
Re-applying r214962.
Manuel Klimek
2014-08-07
1
-137
/
+160
*
Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...
Rui Ueyama
2014-08-06
1
-146
/
+139
*
Fix modelling of non-lifetime-extended temporary destructors in the analyzer.
Manuel Klimek
2014-08-06
1
-139
/
+146
*
Fix some cases of incorrect handling of lifetime extended temporaries.
Manuel Klimek
2014-07-30
1
-11
/
+23
*
When looking for temporary dtors while building the CFG, do not walk into
Richard Smith
2014-07-27
1
-1
/
+26
*
Fix a crash in Retain Count checker error reporting
Anna Zaks
2014-06-13
1
-0
/
+4
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-8
/
+15
*
Add a check for tautological bitwise comparisons to -Wtautological-compare.
Jordan Rose
2014-05-20
1
-8
/
+35
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-155
/
+159
*
Fix handling of condition variables in the face of temp dtors.
Manuel Klimek
2014-05-05
1
-8
/
+5
*
Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,
Richard Trieu
2014-04-05
1
-0
/
+223
*
[analyzer] Fix a CFG printing bug.
Jordan Rose
2014-04-01
1
-0
/
+2
*
Improve -Wunreachable-code to provide a means to indicate code is intentional...
Ted Kremenek
2014-03-29
1
-1
/
+4
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
[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
[next]