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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits