[PATCH] D122029: Change __auto_type behavior with qualifiers to match GCC behavior

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 06:48:18 PDT 2022


xbolva00 added inline comments.


================
Comment at: clang/lib/AST/ASTContext.cpp:10294
+    }
+    if (const auto *AT = LHS->getAs<AutoType>()) {
+      if (AT->isGNUAutoType())
----------------
Same?


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

https://reviews.llvm.org/D122029



More information about the cfe-commits mailing list