Make it possible to use argumentCountIs and hasArgument with
CXXUnresolvedConstructExpr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
450 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
Comment Actions
LGTM with some minor linting nits. Thanks!
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | ||
---|---|---|
1617 | The lint warnings here are actually correct and should be addressed. |
clang-tidy: warning: 'auto Code' can be declared as 'const auto *Code' [llvm-qualified-auto]
not useful