[clang] [clang-tools-extra] Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (PR #95802)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 05:06:23 PDT 2024


================
@@ -441,6 +441,7 @@ tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
   CASE( 4, 'e', 's', else);
   CASE( 4, 'l', 'n', line);
   CASE( 4, 's', 'c', sccs);
+  CASE(5, 'e', 'b', embed);
----------------
Fznamznon wrote:

Ok, done.

https://github.com/llvm/llvm-project/pull/95802


More information about the cfe-commits mailing list