[PATCH] D71455: [NFC] Fix typos in Clangd and Clang
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 17 01:54:50 PST 2019
ilya-biryukov added a comment.
In addition to that, NFC is also often used as a way to tag commits that should not cause any problems.
wrt to this change, I don't think anything was done wrong. It even went through review, although often we don't send reviews for NFC changes.
Downstream projects should be ready to update their code when public API changes like this happen, LLVM does not promise to keep a stable public interface in the C++ APIs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71455/new/
https://reviews.llvm.org/D71455
More information about the cfe-commits
mailing list