[PATCH] D136533: [clang] Fix missing diagnostic of declaration use when accessing TypeDecls through typename access

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 19:15:22 PDT 2022


glandium added a comment.

(And specifically, FuzzerFork.cpp doesn't use any of those declared things. Its only sin is to `#include <fstream>`, which happens to have /some/ methods (std::filesystem-related) only available on macos 10.15+.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136533



More information about the cfe-commits mailing list