[PATCH] D85282: [Concepts] Dump template arguments for immediately declared constraint.
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 5 23:56:07 PDT 2020
nridge added inline comments.
================
Comment at: clang/test/AST/ast-dump-concepts.cpp:18
// CHECK: TemplateTypeParmDecl {{.*}} referenced Concept {{.*}} 'binary_concept'
- // CHECK-NEXT: |-ConceptSpecializationExpr {{.*}} <col:13, col:31> 'bool' Concept {{.*}} 'binary_concept'
- // CHECK-NEXT: `-TemplateArgument {{.*}} type 'int'
----------------
The ending column number here was important (it tested the fix to `ConceptSpecializationExpr::getEndLoc()` in D86413).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85282/new/
https://reviews.llvm.org/D85282
More information about the cfe-commits
mailing list