[all-commits] [llvm/llvm-project] 57c551: [analyzer] Fix return of llvm::StringRef to destro...
Andrew Ng via All-commits
all-commits at lists.llvm.org
Sun May 1 04:36:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57c55165ebe8283b71ea785d2b0217119f8c5c51
https://github.com/llvm/llvm-project/commit/57c55165ebe8283b71ea785d2b0217119f8c5c51
Author: Andrew Ng <andrew.ng at sony.com>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
Log Message:
-----------
[analyzer] Fix return of llvm::StringRef to destroyed std::string
This issue was discovered whilst testing with ASAN.
Differential Revision: https://reviews.llvm.org/D124683
More information about the All-commits
mailing list