[all-commits] [llvm/llvm-project] 626d0f: [Concepts] Dump template arguments for immediately...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Aug 10 00:17:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 626d0f5818b223f04904c510eaa682db7a41c2dd
https://github.com/llvm/llvm-project/commit/626d0f5818b223f04904c510eaa682db7a41c2dd
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M clang/include/clang/AST/ASTNodeTraverser.h
M clang/lib/AST/TextNodeDumper.cpp
M clang/test/AST/ast-dump-concepts.cpp
Log Message:
-----------
[Concepts] Dump template arguments for immediately declared constraint.
The template arguments were dumped as part of the TemplateTypeParmDecl, which
was incorrect.
Differential Revision: https://reviews.llvm.org/D85282
More information about the All-commits
mailing list