[PATCH] D85108: [clang] Include trailing-requires-clause in FunctionDecl's source range

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 3 00:49:15 PDT 2020


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

thanks.



================
Comment at: clang/test/AST/ast-dump-concepts.cpp:28
+
+  // CHECK:      FunctionTemplateDecl {{.*}} <line:29:3, line:30:34> {{.*}} Foo<T>
+  template <typename R>
----------------
could you add one more test (with a function body)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85108/new/

https://reviews.llvm.org/D85108



More information about the cfe-commits mailing list