dexonsmith added inline comments.
================ Comment at: clang/include/clang/Basic/FileEntry.h:117 /// gcc5.3. Once that's no longer supported, change this back. - llvm::PointerUnion<FileEntry *, const void *> V; + llvm::PointerUnion<const FileEntry *, const void *> V; ---------------- These `const`-ness changes look independent and could land separately / ahead of time as NFC changes, independently of `isValid()` and whatever we end up with for FileEntryTest. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D123197/new/ https://reviews.llvm.org/D123197 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits