[PATCH] D153536: [Clang] Implement P2169 A nice placeholder with no name
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 23 01:37:07 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/test/Lexer/unicode.c:30
- int _;
+int a;
----------------
Are these changes only for the case where we compile as c++? I know lots of C (and c++?) projects use `_` as GNU gettext identifier to mark a translatable string.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153536/new/
https://reviews.llvm.org/D153536
More information about the cfe-commits
mailing list