[all-commits] [llvm/llvm-project] c84984: [clang][dataflow][NFC] Eliminate unnecessary helpe...
martinboehme via All-commits
all-commits at lists.llvm.org
Thu May 4 06:14:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c849843c3ef73a1cae9040620c4b37e2240f86af
https://github.com/llvm/llvm-project/commit/c849843c3ef73a1cae9040620c4b37e2240f86af
Author: Martin Braenne <mboehme at google.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
Log Message:
-----------
[clang][dataflow][NFC] Eliminate unnecessary helper `stripReference()`.
`QualType::getNonReferenceType()` does the same thing.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D149744
More information about the All-commits
mailing list