[all-commits] [llvm/llvm-project] 00d7b7: [clang] Fix visitation of ConceptSpecializationExp...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Mon Aug 17 21:32:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00d7b7d014f90aaaacaef6f9c778614b09356bf0
https://github.com/llvm/llvm-project/commit/00d7b7d014f90aaaacaef6f9c778614b09356bf0
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/unittests/Tooling/CMakeLists.txt
A clang/unittests/Tooling/RecursiveASTVisitorTests/Concept.cpp
Log Message:
-----------
[clang] Fix visitation of ConceptSpecializationExpr in constrained-parameter
Summary: RecursiveASTVisitor needs to traverse TypeConstraint::ImmediatelyDeclaredConstraint
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D84136
More information about the All-commits
mailing list