[PATCH] D90553: Rename CXXUnresolvedConstructExpr::arg_size for consistency
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 05:46:26 PST 2020
aaron.ballman added a reviewer: rsmith.
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM with some minor linting nits. Thanks!
================
Comment at: clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp:1617
+TEST(ASTMatchersTest, ArgumentCountIs_CXXUnresolvedConstructExpr) {
+ auto Code = "template <typename T> struct S{}; template <typename T> void "
+ "x() { auto s = S<T>(); }";
----------------
The lint warnings here are actually correct and should be addressed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90553/new/
https://reviews.llvm.org/D90553
More information about the cfe-commits
mailing list