[PATCH] D141280: [clang] Build UsingType for elaborated type specifiers.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 01:47:28 PST 2023


hokein added inline comments.


================
Comment at: clang/lib/Parse/ParseDeclCXX.cpp:2134
+    // FIXME: !! TagOrTempResult.get() can be a nullptr here, this looks
+    // suspicious.
     Result = DS.SetTypeSpecType(
----------------
Addressing it in https://reviews.llvm.org/D141580.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141280



More information about the cfe-commits mailing list