summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ConstructionContext.cpp
AgeCommit message (Expand)Author
2022-07-26[analyzer] Lambda capture non-POD type arrayisuckatcs
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-31[CFG] [analyzer] NFC: Enumerate construction context layer kinds.Artem Dergachev
2018-07-31[CFG] [analyzer] Implement function argument construction contexts.Artem Dergachev
2018-07-31[CFG] [analyzer] Add stubs for constructor and message argument constructors.Artem Dergachev
2018-06-28[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.Artem Dergachev
2018-06-28[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev
2018-04-20Fix -Wunused-variable warnings after r330377.Andrea Di Biagio
2018-04-19[CFG] [analyzer] Don't treat argument constructors as temporary constructors.Artem Dergachev
2018-03-30[CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.Artem Dergachev
2018-03-22[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.Artem Dergachev
2018-03-22[CFG] [analyzer] NFC: Move construction context allocation into a helper method.Artem Dergachev
2018-03-22[CFG] [analyzer] Add C++17-specific variable and return construction contexts.Artem Dergachev
2018-03-09[CFG] [analyzer] Add construction context for implicit constructor conversions.Artem Dergachev
2018-02-27[CFG] NFC: Refactor ConstructionContext into a finite set of cases.Artem Dergachev