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
...
*
[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.
Artem Dergachev
2018-03-22
1
-3
/
+11
*
[CFG] [analyzer] Add C++17-specific variable and return construction contexts.
Artem Dergachev
2018-03-22
1
-8
/
+19
*
[CFG] Allow CallExpr's to be looked up in CFG's
Richard Trieu
2018-03-15
1
-0
/
+3
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
1
-2
/
+2
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-56
/
+104
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
1
-4
/
+151
*
[CFG] [analyzer] Add construction context for implicit constructor conversions.
Artem Dergachev
2018-03-09
1
-1
/
+6
*
Fix an unused variable warning; NFC
George Burgess IV
2018-03-06
1
-0
/
+1
*
[CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts.
Artem Dergachev
2018-03-01
1
-1
/
+3
*
[CFG] NFC: Refactor ConstructionContext into a finite set of cases.
Artem Dergachev
2018-02-27
1
-43
/
+75
*
[CFG] Keep speculatively working around an MSVC compiler crash.
Artem Dergachev
2018-02-24
1
-9
/
+31
*
[CFG] Provide construction contexts for temporaries in conditional operators.
Artem Dergachev
2018-02-24
1
-0
/
+3
*
[CFG] Provide construction contexts for temporaries bound to const references.
Artem Dergachev
2018-02-24
1
-0
/
+3
*
[CFG] Provide construction contexts for functional cast-like constructors.
Artem Dergachev
2018-02-24
1
-0
/
+2
*
[CFG] Provide construction contexts for lifetime-extended temporaries.
Artem Dergachev
2018-02-24
1
-1
/
+24
*
[CFG] Try to narrow down MSVC compiler crash via binary search.
Artem Dergachev
2018-02-23
1
-11
/
+17
*
[CFG] NFC: Speculative attempt to fix MSVC internal compiler error on buildbot.
Artem Dergachev
2018-02-23
1
-3
/
+6
*
[CFG] [analyzer] NFC: Allow more complicated construction contexts.
Artem Dergachev
2018-02-23
1
-24
/
+50
*
[CFG] Provide construction contexts for temproary objects.
Artem Dergachev
2018-02-15
1
-1
/
+3
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
1
-1
/
+1
*
[CFG] Provide construction contexts for return value constructors.
Artem Dergachev
2018-02-12
1
-0
/
+2
*
[CFG] Provide construction contexts when constructors have cleanups.
Artem Dergachev
2018-02-10
1
-0
/
+2
*
[CFG] Add construction context for constructor initializers.
Artem Dergachev
2018-02-10
1
-20
/
+31
*
[CFG] Add construction context for simple variable declarations.
Artem Dergachev
2018-02-10
1
-1
/
+3
*
[CFG] Squash an unused variable introduced in r324668.
Artem Dergachev
2018-02-09
1
-1
/
+1
*
[CFG] Add extra context to C++ constructor statement elements.
Artem Dergachev
2018-02-08
1
-11
/
+75
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-12-07
1
-130
/
+151
*
[Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determi...
Aleksei Sidorin
2017-11-21
1
-1
/
+1
*
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
[prev]
[next]