[PATCH] D132749: Expose QualType::getUnqualifiedType in libclang

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 27 06:16:49 PDT 2022


tbaeder added inline comments.


================
Comment at: clang/include/clang-c/Index.h:3775
+ *
+ * Executing \c clang_getUnuqalifiedType() on a \c CXType that
+ * represents \c DifferenceType, will desugar to a type representing
----------------
Typo: Unuqualified


================
Comment at: clang/include/clang-c/Index.h:3779
+ *
+ * And, executing \c clang_getUnuqalifiedType() on the type of the
+ * first argument of the following function declaration:
----------------
Same


================
Comment at: clang/include/clang-c/Index.h:3792
+ * A type can be checked for qualifiers with \c
+ * clang_isConstQualifiedType(), \c clang_isVolativeQualifiedType()
+ * and \c clang_isRestrictQualifiedType().
----------------
Typo: Volative


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132749



More information about the cfe-commits mailing list