[PATCH] D57914: [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sanitizer checks, NFC.
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 28 06:52:53 PST 2019
riccibruno requested changes to this revision.
riccibruno added inline comments.
This revision now requires changes to proceed.
================
Comment at: include/clang/Basic/Sanitizers.h:29
+class hash_code;
+}
----------------
What ? You are forward-declaring `hash_code` here and using it as a value a few lines later. Just include `llvm/ADT/Hashing.h`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57914/new/
https://reviews.llvm.org/D57914
More information about the cfe-commits
mailing list