nickdesaulniers added inline comments.

================
Comment at: clang/include/clang/Sema/Sema.h:1689
+  void popDeclForInitializer() {
+    DeclForInitializer.pop_back();
+  }
----------------
might be nice to return the result, but maybe YAGNI?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63889



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

Reply via email to