Sign in
llvm
/
llvm-project
/
8dec0b23da116e1cf0cd49c955ff1fadf52d5096
/
clang
/
test
/
Analysis
/
cfg-rich-constructors.cpp
91b61ab
[NFC] Disallow unused prefixes in clang/test/Analysis
by Mircea Trofin
· 4 years, 4 months ago
ead98ea
[CFG] Make representation of destructor calls more accurate.
by Artem Dergachev
· 6 years ago
8bd441a
NFC: Unforget a colon in a few CHECK: directives.
by Artem Dergachev
· 6 years ago
aa40315
[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors.
by Artem Dergachev
· 6 years ago
594b541
[CFG] [analyzer] Disable argument construction contexts for variadic functions.
by Artem Dergachev
· 7 years ago
c531d54
[CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs.
by Artem Dergachev
· 7 years ago
5a5b867
[analyzer] NFC: Document that we support implicit argument constructors.
by Artem Dergachev
· 7 years ago
a657a32
[CFG] [analyzer] Implement function argument construction contexts.
by Artem Dergachev
· 7 years ago
bd880fe
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
by Artem Dergachev
· 7 years ago
7ed5fb2
Add missing temporary materialization conversion on left-hand side of .
by Richard Smith
· 7 years ago
8ac6c9d
[CFG] [analyzer] Allow elidable copies to have more than one arguments.
by Artem Dergachev
· 7 years ago
d18639b
[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.
by Artem Dergachev
· 7 years ago
ff267df
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
by Artem Dergachev
· 7 years ago
a61d4c9
Remove explicit cfg-temporary-dtors=true
by Alexander Kornienko
· 7 years ago
ab9b78b
[CFG] [analyzer] Add construction contexts for loop condition variables.
by Artem Dergachev
· 7 years ago
72da02f
[CFG] [analyzer] Don't treat argument constructors as temporary constructors.
by Artem Dergachev
· 7 years ago
9d3a7d8
[CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported.
by Artem Dergachev
· 7 years ago
922455f
[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.
by Artem Dergachev
· 7 years ago
317291e
[CFG] [analyzer] Add C++17-specific variable and return construction contexts.
by Artem Dergachev
· 7 years ago
1527dec
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
by Artem Dergachev
· 7 years ago
13f9664
[CFG] [analyzer] Add construction context for implicit constructor conversions.
by Artem Dergachev
· 7 years ago
6603052
[CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts.
by Artem Dergachev
· 7 years ago
a6d91d5
[CFG] Provide construction contexts for temporaries in conditional operators.
by Artem Dergachev
· 7 years ago
8cc55e9
[CFG] Provide construction contexts for temporaries bound to const references.
by Artem Dergachev
· 7 years ago
ceb7d91
[CFG] Provide construction contexts for functional cast-like constructors.
by Artem Dergachev
· 7 years ago
f43ac4c
[CFG] Provide construction contexts for lifetime-extended temporaries.
by Artem Dergachev
· 7 years ago
1f68d9d
[CFG] Provide construction contexts for temproary objects.
by Artem Dergachev
· 7 years ago
9ac2e11
[CFG] Provide construction contexts for return value constructors.
by Artem Dergachev
· 7 years ago
08225bb
[CFG] Provide construction contexts when constructors have cleanups.
by Artem Dergachev
· 7 years ago
5a281bb
[CFG] Add construction context for constructor initializers.
by Artem Dergachev
· 7 years ago
5fc1033
[CFG] Add construction context for simple variable declarations.
by Artem Dergachev
· 7 years ago
41ffb30
[CFG] Add extra context to C++ constructor statement elements.
by Artem Dergachev
· 7 years ago