[PATCH] D49701: [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's declaration
George Karpenkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 26 10:05:50 PDT 2018
george.karpenkov added inline comments.
================
Comment at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:44
#include "clang/AST/Expr.h"
+#include "clang/AST/ExprObjC.h"
#include "clang/AST/ExprCXX.h"
----------------
aaron.ballman wrote:
> This list should remain sorted alphabetically.
but it is?
https://reviews.llvm.org/D49701
More information about the cfe-commits
mailing list