[PATCH] D89721: [GWP-ASan] Cleanup (NFC)
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 12:17:47 PDT 2020
hctim accepted this revision.
hctim added a comment.
This revision is now accepted and ready to land.
LGTM w/ one discrepancy
================
Comment at: compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp:31
}
-#else // __BIONIC__
+#else // __BIONIC__
void Check(bool Condition, const char *Message) {
----------------
my `clang-format --style=LLVM` uses doublespace after `#else` as well, but not after `#endif`. hmm...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89721/new/
https://reviews.llvm.org/D89721
More information about the llvm-commits
mailing list