DiegoAstiazaran added inline comments.

================
Comment at: clang-tools-extra/clang-doc/Serialize.cpp:567
+      ParentI->Namespace = llvm::SmallVector<Reference, 4>(
+          Enum.Namespace.begin() + 1, Enum.Namespace.end());
+      ParentI->Path = getInfoOutputFile(OutDirectory, ParentI->Namespace);
----------------
juliehockett wrote:
> nit: use `++Enum.Namespace.begin()`
++ operator cannot be used in that expression because it's not assignable.


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

https://reviews.llvm.org/D63663



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

Reply via email to