[PATCH] D70725: [analyzer] Add path notes to FuchsiaHandleCheck
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 14:55:57 PST 2019
xazax.hun marked an inline comment as done.
xazax.hun added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp:307
+ std::vector<std::function<std::string(BugReport & BR)>> notes;
SymbolRef ResultSymbol = nullptr;
----------------
I will capitalize this name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70725/new/
https://reviews.llvm.org/D70725
More information about the cfe-commits
mailing list