[PATCH] D39722: [ASTImporter] Support TypeTraitExpr Importing

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 21 06:42:27 PST 2017


xazax.hun requested changes to this revision.
xazax.hun added a comment.
This revision now requires changes to proceed.

The checker documentation should be updated as well.



================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:2251
+//  will generate TypeTraitExpr <...> 'int'
+const internal::VariadicDynCastAllOfMatcher<Stmt, TypeTraitExpr> typeTraitExpr;
+
----------------
Note that the matchers are no longer defined in the header. They are just declared and the definition is moved to a cpp file. 


https://reviews.llvm.org/D39722





More information about the cfe-commits mailing list