[PATCH] D125919: Drop qualifiers from return types in C (DR423)
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 12:39:46 PDT 2022
erichkeane accepted this revision.
erichkeane added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Sema/warn-missing-prototypes.c:61
+// FIXME: because qualifiers are ignored in the return type when forming the
+// type from the declarator, we get the position incorrect for the fix-it hint.
----------------
Hrmph, this is unfortunate...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125919/new/
https://reviews.llvm.org/D125919
More information about the cfe-commits
mailing list