Szelethus added inline comments.
================ Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:929 + // number of arguments is always the same as the number of parameters. + unsigned getNumImplicitArgs() const { + return getOriginExpr()->passAlignment() ? 2 : 1; ---------------- Can you include doxygen comments too, or make these doxygen comments? Repository: rC Clang https://reviews.llvm.org/D52957 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits