[all-commits] [llvm/llvm-project] 3e55f5: Fully-qualify template args of outer types in getF...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Jun 3 10:51:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e55f55048387a8efef01e445d46fc5cf100285d
https://github.com/llvm/llvm-project/commit/3e55f55048387a8efef01e445d46fc5cf100285d
Author: Victor Kuznetsov <victordk>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M clang/lib/AST/QualTypeNames.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
Log Message:
-----------
Fully-qualify template args of outer types in getFullyQualifiedType
Template args of outer types were not fully-qualified when calling getFullyQualifiedType() for inner types.
For simplicity the patch is a copy-paste of the same call from getFullyQualifiedType().
Reviewed at: https://reviews.llvm.org/D103039
More information about the All-commits
mailing list