aaron.ballman added inline comments.

================
Comment at: clang/lib/AST/ASTContext.cpp:10294
+    }
+    if (const auto *AT = LHS->getAs<AutoType>()) {
+      if (AT->isGNUAutoType())
----------------
erichkeane wrote:
> xbolva00 wrote:
> > Same?
> Oooh, good catch!  Looks like it should be RHS->getAs
Great catch -- I've fixed and added additional test coverage for it.


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