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
/
ConstructionContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CFG] [analyzer] NFC: Enumerate construction context layer kinds.
Artem Dergachev
2018-07-31
1
-147
/
+167
*
[CFG] [analyzer] Implement function argument construction contexts.
Artem Dergachev
2018-07-31
1
-7
/
+15
*
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
Artem Dergachev
2018-07-31
1
-2
/
+7
*
[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.
Artem Dergachev
2018-06-28
1
-0
/
+7
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-4
/
+52
*
Fix -Wunused-variable warnings after r330377.
Andrea Di Biagio
2018-04-20
1
-2
/
+2
*
[CFG] [analyzer] Don't treat argument constructors as temporary constructors.
Artem Dergachev
2018-04-19
1
-0
/
+6
*
[CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.
Artem Dergachev
2018-03-30
1
-2
/
+5
*
[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.
Artem Dergachev
2018-03-22
1
-6
/
+16
*
[CFG] [analyzer] NFC: Move construction context allocation into a helper method.
Artem Dergachev
2018-03-22
1
-36
/
+19
*
[CFG] [analyzer] Add C++17-specific variable and return construction contexts.
Artem Dergachev
2018-03-22
1
-4
/
+36
*
[CFG] [analyzer] Add construction context for implicit constructor conversions.
Artem Dergachev
2018-03-09
1
-1
/
+4
*
[CFG] NFC: Refactor ConstructionContext into a finite set of cases.
Artem Dergachev
2018-02-27
1
-0
/
+92