[PATCH] D62961: [AST] Add new Type queries for sizeless types
Richard Sandiford via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 08:48:00 PDT 2019
rsandifo-arm created this revision.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
This patch adds new type queries:
- isSizelessType
- isDefiniteType
- isIndefiniteType
following the type classification described in the comments.
The follow-on patch to support sizeless types in C and C++
has more details about the sizeless type extension.
Repository:
rC Clang
https://reviews.llvm.org/D62961
Files:
include/clang/AST/CanonicalType.h
include/clang/AST/Type.h
lib/AST/Type.cpp
unittests/AST/CMakeLists.txt
unittests/AST/SizelessTypesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62961.203382.patch
Type: text/x-patch
Size: 9940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190606/d3937239/attachment.bin>
More information about the cfe-commits
mailing list