[all-commits] [llvm/llvm-project] 02cccd: [AST] Remove a duplicated getDecl method in Templa...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Apr 11 02:59:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02cccdcab25eac735831b405b5ab712543b16950
https://github.com/llvm/llvm-project/commit/02cccdcab25eac735831b405b5ab712543b16950
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M clang/include/clang/AST/TemplateName.h
M clang/lib/AST/TemplateName.cpp
M clang/tools/libclang/CIndex.cpp
Log Message:
-----------
[AST] Remove a duplicated getDecl method in TemplateName, NFC.
There is a TemplateName::getTemplateDecl which does the same work.
More information about the All-commits
mailing list