erichkeane added inline comments.

================
Comment at: clang/lib/AST/ASTContext.cpp:10294
+    }
+    if (const auto *AT = LHS->getAs<AutoType>()) {
+      if (AT->isGNUAutoType())
----------------
xbolva00 wrote:
> Same?
Oooh, good catch!  Looks like it should be RHS->getAs


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

https://reviews.llvm.org/D122029

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

Reply via email to