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
/
test
/
Analysis
/
cfg-rich-constructors.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CFG] Make representation of destructor calls more accurate.
Artem Dergachev
2019-08-28
1
-19
/
+14
*
NFC: Unforget a colon in a few CHECK: directives.
Artem Dergachev
2019-07-12
1
-1
/
+1
*
[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors.
Artem Dergachev
2019-03-21
1
-0
/
+20
*
[CFG] [analyzer] Disable argument construction contexts for variadic functions.
Artem Dergachev
2018-08-29
1
-0
/
+15
*
[CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs.
Artem Dergachev
2018-08-14
1
-0
/
+33
*
[analyzer] NFC: Document that we support implicit argument constructors.
Artem Dergachev
2018-08-07
1
-0
/
+32
*
[CFG] [analyzer] Implement function argument construction contexts.
Artem Dergachev
2018-07-31
1
-12
/
+40
*
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
Artem Dergachev
2018-07-31
1
-0
/
+31
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-26
/
+29
*
[CFG] [analyzer] Allow elidable copies to have more than one arguments.
Artem Dergachev
2018-07-17
1
-0
/
+23
*
[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.
Artem Dergachev
2018-06-28
1
-7
/
+7
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-28
/
+62
*
Remove explicit cfg-temporary-dtors=true
Alexander Kornienko
2018-05-04
1
-2
/
+2
*
[CFG] [analyzer] Add construction contexts for loop condition variables.
Artem Dergachev
2018-04-19
1
-0
/
+79
*
[CFG] [analyzer] Don't treat argument constructors as temporary constructors.
Artem Dergachev
2018-04-19
1
-0
/
+72
*
[CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported.
Artem Dergachev
2018-03-30
1
-2
/
+5
*
[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.
Artem Dergachev
2018-03-22
1
-0
/
+28
*
[CFG] [analyzer] Add C++17-specific variable and return construction contexts.
Artem Dergachev
2018-03-22
1
-113
/
+209
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-10
/
+10
*
[CFG] [analyzer] Add construction context for implicit constructor conversions.
Artem Dergachev
2018-03-09
1
-3
/
+53
*
[CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts.
Artem Dergachev
2018-03-01
1
-0
/
+31
*
[CFG] Provide construction contexts for temporaries in conditional operators.
Artem Dergachev
2018-02-24
1
-8
/
+21
*
[CFG] Provide construction contexts for temporaries bound to const references.
Artem Dergachev
2018-02-24
1
-5
/
+4
*
[CFG] Provide construction contexts for functional cast-like constructors.
Artem Dergachev
2018-02-24
1
-8
/
+30
*
[CFG] Provide construction contexts for lifetime-extended temporaries.
Artem Dergachev
2018-02-24
1
-5
/
+3
*
[CFG] Provide construction contexts for temproary objects.
Artem Dergachev
2018-02-15
1
-3
/
+140
*
[CFG] Provide construction contexts for return value constructors.
Artem Dergachev
2018-02-12
1
-0
/
+92
*
[CFG] Provide construction contexts when constructors have cleanups.
Artem Dergachev
2018-02-10
1
-2
/
+75
*
[CFG] Add construction context for constructor initializers.
Artem Dergachev
2018-02-10
1
-0
/
+25
*
[CFG] Add construction context for simple variable declarations.
Artem Dergachev
2018-02-10
1
-0
/
+82
*
[CFG] Add extra context to C++ constructor statement elements.
Artem Dergachev
2018-02-08
1
-0
/
+46