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
*
Implement CFG construction for __try / __except / __leave.
Nico Weber
2017-08-23
1
-10
/
+148
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-0
/
+24
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-45
/
+179
*
[analyzer] Fix crash when building CFG with variable of incomplete type
Martin Bohme
2017-03-07
1
-1
/
+1
*
PR31631: fix bad CFG (and bogus warnings) when an if-statement has an init-st...
Richard Smith
2017-01-13
1
-41
/
+36
*
Extend -Wtautological-overlap-compare to more cases.
Richard Trieu
2017-01-04
1
-3
/
+7
*
DR1295 and cleanup for P0135R1: Make our initialization code more directly
Richard Smith
2016-12-09
1
-6
/
+8
*
CFGBuilder: Fix crash when visiting delete expression on dependent type
Martin Bohme
2016-12-05
1
-5
/
+7
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-2
/
+1
*
[StaticAnalyzer] Fix UnreachableCode false positives.
Daniel Marjamaki
2016-10-03
1
-11
/
+10
*
[CFG] Fix crash finding destructor of lifetime-extended temporary.
Devin Coughlin
2016-08-02
1
-1
/
+11
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-4
/
+31
*
CFGBuilder: Fix crash when visiting a range-based for over a dependent type
Alexander Kornienko
2016-07-08
1
-0
/
+2
*
Turn copies into references as suggested by clang-tidy's performance-unnecess...
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
1
-3
/
+6
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Use range-based for loop to avoid the need for calculating an array size. NFC
Craig Topper
2015-11-30
1
-4
/
+1
*
[analyzer] Include block capture copy expressions in the CFG.
Devin Coughlin
2015-11-25
1
-1
/
+14
*
CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Matthias Gehre
2015-11-14
1
-1
/
+9
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Teach -Wtautological-overlap-compare about enums
George Burgess IV
2015-10-01
1
-38
/
+89
*
[analyzer] Create one state for a range switch case instead of multiple.
Devin Coughlin
2015-09-22
1
-2
/
+2
*
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
[next]