[all-commits] [llvm/llvm-project] 3b1f06: [AST] RecursiveASTVisitor: traverse the require cl...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Dec 20 01:08:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b1f06e52712a56bf33757d596482c60013d63fd
https://github.com/llvm/llvm-project/commit/3b1f06e52712a56bf33757d596482c60013d63fd
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/unittests/Tooling/RecursiveASTVisitorTests/Concept.cpp
Log Message:
-----------
[AST] RecursiveASTVisitor: traverse the require clause for partial template specializations. (#75795)
This fixes tooling (clangd, include-cleaner) bugs where we miss
functionalities on concept AST nodes.
More information about the All-commits
mailing list