usaxena95 added inline comments.
================ Comment at: clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp:217 + void $2^func2() requires $Bar4^Bar<T> {} + )cpp"); + Inputs.Code = Code.code(); ---------------- sammccall wrote: > to complete the set I think you want > > `void foo(Bar auto x)` (abbreviated template param) and `Bar auto x = 1` > (deduced type). > > Though these may not pass yet For some reason, `Bar auto x = 1` is still failing; investigating. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158842/new/ https://reviews.llvm.org/D158842 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits