[PATCH] [analyzer] Enable usage of temporaries in InitListExprs

Jordan Rose jordan_rose at apple.com
Thu Aug 8 08:43:54 PDT 2013


  It looks like we'll create a struct rvalue for something like this:

  ```Wrapper w = { Inner(42) };```

  which is inefficient but not incorrect. LGTM!

http://llvm-reviews.chandlerc.com/D1325

BRANCH
  PR16629

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list