[PATCH] [ASTMatchers] Allow isImplicit on all Decls.

Peter Collingbourne peter at pcc.me.uk
Thu May 15 15:10:44 PDT 2014


LGTM

The only comment I would make is that in principle the compiler could change the assumption you are making in the test case about the implicit assignment operator. But (1) that observation is equally true of the other test cases (2) it would be easy to fix, say by taking a member pointer reference to the assignment operator.

http://reviews.llvm.org/D3775






More information about the cfe-commits mailing list