[PATCH] D52443: Thread safety analysis: Examine constructor arguments

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 1 17:09:22 PDT 2018


aaronpuchert updated this revision to Diff 167856.
aaronpuchert marked 4 inline comments as done.
aaronpuchert added a comment.

Moved iterator shifting to VisitCallExpr, eliminated boolean variables, and minor corrections as suggested in the review. There remains no intended functional change to VisitCallExpr.


Repository:
  rC Clang

https://reviews.llvm.org/D52443

Files:
  lib/Analysis/ThreadSafety.cpp
  test/SemaCXX/warn-thread-safety-analysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52443.167856.patch
Type: text/x-patch
Size: 8671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181002/7cecfb17/attachment.bin>


More information about the cfe-commits mailing list