delesley added a comment.

This looks good, and resolves an outstanding bug that was on my list.   Thanks 
for the patch!



================
Comment at: lib/Analysis/ThreadSafety.cpp:1537
   void handleCall(const Expr *Exp, const NamedDecl *D, VarDecl *VD = nullptr);
+  void ExamineCallArguments(const FunctionDecl *FD,
+                            CallExpr::const_arg_iterator ArgBegin,
----------------
Nit: capitalization does not match other methods.


Repository:
  rC Clang

https://reviews.llvm.org/D52443



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to