firolino added a comment.

@Eugene.Zelenko No modernize-* check was reported. I applied //most// of the 
readability-* checks. For example, I did not put braces around:

  if (DeclStmt == nullptr)
      return;
  
  if (DeclStmt->isSingleDecl() || DeclStmt->getLocStart().isMacroID())
      return;

Hope that is ok?


https://reviews.llvm.org/D27621



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

Reply via email to