klimek added inline comments.
================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:2904
+ internal::Matcher<Decl>, InnerMatcher, 1) {
+ QualType QT = internal::getUnderlyingType(Node);
+ if (!QT.isNull())
----------------
In which cases can getUnderlyingType return a null type?
Repository:
rC Clang
https://reviews.llvm.org/D48242
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
