[PATCH] D71612: [analyzer] Add PlacementNewChecker
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 25 06:27:13 PDT 2020
Szelethus added inline comments.
Herald added subscribers: ASDenysPetrov, steakhal.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp:1
+#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
+#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
----------------
Header blurb is missing :) Could you sneak it in there?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71612/new/
https://reviews.llvm.org/D71612
More information about the cfe-commits
mailing list