tbaeder added inline comments.

================
Comment at: clang/lib/AST/Interp/Interp.cpp:446-448
+static void DiagnoseUninitializedSubobject(InterpState &S, const SourceInfo 
&SI,
+                                           QualType SubObjType,
+                                           SourceLocation SL) {
----------------
aaron.ballman wrote:
> Some comments describing what `SL` does would be helpful, since it's a bit 
> special.
Renamed it to `SubObjLoc` instead of adding a comment, I think that's enough.


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

https://reviews.llvm.org/D136828

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

Reply via email to