arphaman added inline comments.

================
Comment at: include/clang/Sema/DeclSpec.h:1313
     void freeParams() {
       for (unsigned I = 0; I < NumParams; ++I) {
+        Params[I].DefaultArgTokens.release();
----------------
You can elide the curly braces here now that the loop has just one statement.


https://reviews.llvm.org/D26435



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

Reply via email to