[PATCH] D158842: [include-cleaner] Handle decls/refs to concepts.

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 03:11:21 PDT 2023


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



More information about the cfe-commits mailing list