[PATCH] D96974: [clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitizeList.h

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 14:45:49 PST 2021


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/Basic/SanitizerBlacklist.cpp:15
 #include "clang/Basic/FileManager.h"
+#include "clang/Basic/NoSanitizeList.h"
 #include "clang/Basic/SanitizerSpecialCaseList.h"
----------------
Own header should go first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96974



More information about the cfe-commits mailing list