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
/
temporaries.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Fix off-by-one in operator call parameter binding.
Artem Dergachev
2019-10-23
1
-0
/
+16
*
[CFG] Make representation of destructor calls more accurate.
Artem Dergachev
2019-08-28
1
-17
/
+2
*
[analyzer] Improve modeling for returning an object from the top frame with RVO.
Artem Dergachev
2018-12-19
1
-11
/
+85
*
[analyzer] Put llvm.Conventions back in alpha
Kristof Umann
2018-11-02
1
-1
/
+1
*
[CFG] [analyzer] Disable argument construction contexts for variadic functions.
Artem Dergachev
2018-08-29
1
-0
/
+20
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-4
/
+4
*
[analyzer] Add support for constructors of arguments.
Artem Dergachev
2018-08-15
1
-4
/
+152
*
[analyzer] NFC: Document that we support implicit argument constructors.
Artem Dergachev
2018-08-07
1
-0
/
+18
*
[analyzer] Fix eliding the same destructor twice due to buggy default arguments.
Artem Dergachev
2018-07-31
1
-0
/
+15
*
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
Artem Dergachev
2018-07-31
1
-4
/
+30
*
[analyzer] Add support for pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-146
/
+42
*
[analyzer] Remove an assertion that doesn't hold in C++17.
Artem Dergachev
2018-03-22
1
-0
/
+3
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
1
-0
/
+13
*
[analyzer] Support temporaries conjured by conservatively evaluated functions.
Artem Dergachev
2018-03-12
1
-2
/
+50
*
[CFG] [analyzer] Add construction context for implicit constructor conversions.
Artem Dergachev
2018-03-09
1
-0
/
+45
*
[analyzer] Enable cfg-temporary-dtors by default.
Artem Dergachev
2018-03-01
1
-1
/
+1
*
[analyzer] Track temporaries without construction contexts for destruction.
Artem Dergachev
2018-02-27
1
-6
/
+11
*
[analyzer] Introduce correct lifetime extension behavior in simple cases.
Artem Dergachev
2018-02-27
1
-0
/
+27
*
[analyzer] Suppress temporary destructors for temporary arrays.
Artem Dergachev
2018-02-15
1
-0
/
+16
*
[analyzer] Compute the correct this-region for temporary destructors.
Artem Dergachev
2018-02-15
1
-0
/
+113
*
[analyzer] Inline constructors for destroyable temporaries.
Artem Dergachev
2018-02-15
1
-16
/
+105
*
[analyzer] Allow inlining constructors into return values.
Artem Dergachev
2018-02-15
1
-2
/
+162
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[analyzer] When creating a temporary object, properly copy the value into it.
Artem Dergachev
2017-03-28
1
-0
/
+27
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-3
/
+3
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-3
/
+3
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-3
/
+3
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-3
/
+3
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-3
/
+3
*
[analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...
Devin Coughlin
2017-03-01
1
-0
/
+10
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-3
/
+3
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-3
/
+3
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-3
/
+3
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-3
/
+3
*
[analyzer] Add sink after construction of temporary with no-return destructor.
Devin Coughlin
2016-12-19
1
-0
/
+26
*
[Static Analyzer] Lambda support.
Gabor Horvath
2015-09-11
1
-7
/
+1
*
Work around missing handling of temporaries bound to default arguments.
Manuel Klimek
2014-08-13
1
-0
/
+21
*
Work around default parameter problem in the static analyzer.
Manuel Klimek
2014-08-11
1
-0
/
+5
*
Re-applying r214962.
Manuel Klimek
2014-08-07
1
-11
/
+170
*
Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...
Rui Ueyama
2014-08-06
1
-162
/
+11
*
Fix modelling of non-lifetime-extended temporary destructors in the analyzer.
Manuel Klimek
2014-08-06
1
-11
/
+162
*
Fix crash when resolving branch conditions for temporary destructor condition...
Manuel Klimek
2014-05-05
1
-13
/
+18
*
[analyzer] Fix a CFG printing bug.
Jordan Rose
2014-04-01
1
-6
/
+34
*
Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
2013-12-06
1
-10
/
+18
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-09-02
1
-8
/
+62
*
[analyzer] Enable usage of temporaries in InitListExprs
Pavel Labath
2013-08-09
1
-0
/
+36
*
Fix tests on targets that don't support thread_local
Pavel Labath
2013-07-26
1
-2
/
+2
*
Add a triple. Should fix the windows bots.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
[analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
2013-07-26
1
-0
/
+16
*
[analyzer] Add regression test for the crash in PR16664.
Jordan Rose
2013-07-25
1
-0
/
+32
[next]