[PATCH] D84613: [clang] Fix ConceptSpecializationExpr::getEndLoc()
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 03:17:33 PDT 2020
hokein added inline comments.
================
Comment at: clang/test/AST/ast-dump-concepts.cpp:14
// CHECK-NEXT: `-TemplateArgument {{.*}} type 'int'
template <not_same_as<int> R>
Foo(R) requires(true);
----------------
could you also verify what's the end loc for this case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84613/new/
https://reviews.llvm.org/D84613
More information about the cfe-commits
mailing list