[all-commits] [llvm/llvm-project] 82439b: [clang-tidy] Fix a forwarding-reference-overload c...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Sun Aug 7 07:54:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82439b201a01707fd18f0d34a4b625132b9c7304
https://github.com/llvm/llvm-project/commit/82439b201a01707fd18f0d34a4b625132b9c7304
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/forwarding-reference-overload.cpp
Log Message:
-----------
[clang-tidy] Fix a forwarding-reference-overload crash after the
ElaboratedType change.
After 15f3cd6bfc670ba6106184a903eb04be059e5977, the nss of
ElaboratedType can be null.
More information about the All-commits
mailing list