llvm-project/clang/test/Analysis/Inputs/expected-plists
Tomasz Kamiński 058f384ae9 [analyzer] Correctly propagate ConstructionContextLayer thru ParenExpr
Previously, information about `ConstructionContextLayer` was not
propagated thru causing the expression like:

  Var c = (createVar());

To produce unrelated temporary for the `createVar()` result and conjure
a new symbol for the value of `c` in C++17 mode.

Reviewed By: steakhal

Patch By: tomasz-kaminski-sonarsource!

Differential Revision: https://reviews.llvm.org/D102835
2021-05-24 10:16:52 +02:00
..
NewDelete-path-notes.cpp.plist [analyzer] Correctly propagate ConstructionContextLayer thru ParenExpr 2021-05-24 10:16:52 +02:00
conditional-path-notes.c.plist
cxx-for-range.cpp.plist
edges-new.mm.plist [analyzer] Track leaking object through stores 2021-04-28 18:37:38 +03:00
generics.m.plist [analyzer][ObjCGenerics] Don't emit diagnostics under the name core.DynamicTypePropagation 2020-05-20 00:19:20 +02:00
inline-plist.c.plist
inline-unique-reports.c.plist
lambda-notes.cpp.plist
malloc-plist.c.plist
method-call-path-notes.cpp.plist
model-file.cpp.plist
null-deref-path-notes.m.plist
nullability-notes.m.plist [analyzer][Nullability] Don't emit under the checker name NullabilityBase 2020-05-19 17:04:06 +02:00
objc-arc.m.plist [analyzer] Introduce common bug category "Unused code". 2021-03-17 20:58:27 -07:00
objc-radar17039661.m.plist [analyzer][RetainCount] Tie diagnostics to osx.cocoa.RetainCount rather then RetainCountBase, for the most part 2020-05-27 00:01:47 +02:00
plist-macros.cpp.plist
plist-output-alternate.m.plist [analyzer][RetainCount] Tie diagnostics to osx.cocoa.RetainCount rather then RetainCountBase, for the most part 2020-05-27 00:01:47 +02:00
plist-output.m.plist [analyzer] Introduce common bug category "Unused code". 2021-03-17 20:58:27 -07:00
retain-release-path-notes.m.plist [analyzer][NFC] Fix tests failing after a rebase 2021-04-28 18:55:20 +03:00
retain-release.m.objc.plist [analyzer] Track leaking object through stores 2021-04-28 18:37:38 +03:00
retain-release.m.objcpp.plist [analyzer] Track leaking object through stores 2021-04-28 18:37:38 +03:00
unix-fns.c.plist