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
/
temp-obj-dtors-cfg-output.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Do not cache out on some shared implicit AST nodes
Gabor Horvath
2019-12-11
1
-2
/
+1
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-213
/
+226
*
[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.
Artem Dergachev
2018-06-28
1
-4
/
+4
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-17
/
+17
*
Remove explicit cfg-temporary-dtors=true
Alexander Kornienko
2018-05-04
1
-4
/
+4
*
[CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported.
Artem Dergachev
2018-03-30
1
-0
/
+3
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
1
-0
/
+41
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-3
/
+6
*
[CFG] Provide construction contexts for temporaries in conditional operators.
Artem Dergachev
2018-02-24
1
-6
/
+6
*
[CFG] Provide construction contexts for temporaries bound to const references.
Artem Dergachev
2018-02-24
1
-20
/
+21
*
[CFG] Provide construction contexts for lifetime-extended temporaries.
Artem Dergachev
2018-02-24
1
-5
/
+11
*
[CFG] Provide construction contexts for temproary objects.
Artem Dergachev
2018-02-15
1
-61
/
+122
*
[CFG] Provide construction contexts for return value constructors.
Artem Dergachev
2018-02-12
1
-2
/
+4
*
[CFG] Provide construction contexts when constructors have cleanups.
Artem Dergachev
2018-02-10
1
-11
/
+33
*
PR35039: Materialize temporary objects before wrapping them in an
Richard Smith
2017-10-28
1
-27
/
+54
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-2
/
+2
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-2
/
+2
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-2
/
+2
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-2
/
+2
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-2
/
+2
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-3
/
+3
*
Make Sema::getPrintingPolicy less ridiculously expensive. This used to perform
Richard Smith
2016-05-19
1
-1
/
+1
*
[Tests] Modified Lit Tests to be C++11 compatibile
Charles Li
2015-08-27
1
-11
/
+21
*
Re-applying r214962.
Manuel Klimek
2014-08-07
1
-58
/
+45
*
Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...
Rui Ueyama
2014-08-06
1
-271
/
+264
*
Fix modelling of non-lifetime-extended temporary destructors in the analyzer.
Manuel Klimek
2014-08-06
1
-264
/
+271
*
Fix handling of condition variables in the face of temp dtors.
Manuel Klimek
2014-05-05
1
-5
/
+5
*
[analyzer] Fix a CFG printing bug.
Jordan Rose
2014-04-01
1
-2
/
+391
*
Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...
Ted Kremenek
2014-03-08
1
-10
/
+10
*
Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."
Benjamin Kramer
2014-02-25
1
-47
/
+45
*
Remove useless XPASS
Nico Rieck
2014-02-16
1
-1
/
+0
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-09-02
1
-0
/
+51
*
Revert "[analyzer] Add very limited support for temporary destructors"
Jordan Rose
2013-07-23
1
-51
/
+0
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-07-17
1
-0
/
+51
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-85
/
+85
*
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2013-01-26
1
-0
/
+1
*
Remove useless 'XPASS: *' from tests
Dmitri Gribenko
2013-01-25
1
-1
/
+0
*
[analyzer] For now, don't inline C++ standard library functions.
Jordan Rose
2012-09-10
1
-1
/
+1
*
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
1
-1
/
+1
*
[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.
Jordan Rose
2012-07-31
1
-1
/
+1
*
Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...
Ted Kremenek
2012-07-14
1
-62
/
+143
*
Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...
Zhongxing Xu
2012-01-11
1
-641
/
+657
*
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-12-22
1
-667
/
+642
*
Per an offline conversation with John McCall, have StmtPrinter actually print...
Ted Kremenek
2011-11-30
1
-6
/
+7
*
Added missing ImplicitCastExpr around conversion operator call.
Abramo Bagnara
2011-11-16
1
-41
/
+55
*
Per discussion with John McCall, don't add OpaqueValueExprs to the CFG.
Ted Kremenek
2011-11-05
1
-27
/
+22
[next]