[PATCH] D77846: [analyzer][CallAndMessage][NFC] Split up checkPreCall

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 8 03:11:17 PDT 2020


balazske added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp:27
 #include "llvm/Support/Casting.h"
+#include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
----------------
Are these new includes needed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77846/new/

https://reviews.llvm.org/D77846





More information about the cfe-commits mailing list