[PATCH] D63975: Warn when ScopeDepthOrObjCQuals overflows

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 1 10:27:58 PDT 2019


rjmccall added inline comments.


================
Comment at: clang/lib/Parse/ParseDecl.cpp:6587
+        return;
+      }
+
----------------
Comment indentation.

Should we do this when starting to parse a function prototype instead of when parsing a parameter?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63975/new/

https://reviews.llvm.org/D63975





More information about the cfe-commits mailing list