[PATCH] D107719: [Clang] Resolve FIXMEs in Types.h
Alf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 8 14:50:47 PDT 2021
gAlfonso-bit updated this revision to Diff 365046.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107719/new/
https://reviews.llvm.org/D107719
Files:
clang/include/clang/AST/Type.h
clang/lib/AST/Type.cpp
Index: clang/lib/AST/Type.cpp
===================================================================
--- clang/lib/AST/Type.cpp
+++ clang/lib/AST/Type.cpp
@@ -2785,7 +2785,6 @@
case DependentTemplateSpecialization:
case ObjCInterface:
case ObjCObject:
- case ObjCObjectPointer: // FIXME: object pointers aren't really specifiers
return true;
default:
return false;
Index: clang/include/clang/AST/Type.h
===================================================================
--- clang/include/clang/AST/Type.h
+++ clang/include/clang/AST/Type.h
@@ -3450,10 +3450,6 @@
protected:
friend class ASTContext;
- /// The element type of the matrix.
- // FIXME: Appears to be unused? There is also MatrixType::ElementType...
- QualType ElementType;
-
/// Number of rows and columns.
unsigned NumRows;
unsigned NumColumns;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107719.365046.patch
Type: text/x-patch
Size: 848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210808/d97962c7/attachment-0001.bin>
More information about the cfe-commits
mailing list