[PATCH] D96455: SampleFDO][NFC] Refactor SampleProfile.cpp

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 23:17:39 PST 2021


wmi added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/SampleProfileLoaderBaseUtil.h:27-28
+
+using namespace llvm;
+using namespace sampleprof;
+
----------------
avoid using namespace in header file.


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

https://reviews.llvm.org/D96455



More information about the llvm-commits mailing list