[PATCH] D63086: [analyzer][NoStoreFuncVisitor][NFC] Move methods out-of-line, turn some to static functions
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 10 18:56:01 PDT 2019
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Thx for the cleanup!
================
Comment at: clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:340
+private:
+ /// Attempts to find the region of interest in a given CXX decl,
+ /// by either following the base classes or fields.
----------------
Wait, it's not necessarily a CXX decl.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63086/new/
https://reviews.llvm.org/D63086
More information about the cfe-commits
mailing list