[PATCH] D27207: Adds hasUnqualifiedDesugaredType to allow matching through type sugar.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 07:12:23 PDT 2017
alexfh added inline comments.
================
Comment at: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h:2749
+/// \endcode
+/// The matcher type(hasUniqualifeidDesugaredType(recordType())) matches
+/// both B and A.
----------------
Typo: hasUniqualifeidDesugaredType (actually, two typos).
Repository:
rL LLVM
https://reviews.llvm.org/D27207
More information about the cfe-commits
mailing list