[PATCH] D106732: Support macro deprecation #pragma clang deprecated

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 08:54:44 PDT 2021


beanz updated this revision to Diff 362052.
beanz added a comment.

Minor comment fixes... I swear, eventually I'll be done...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106732/new/

https://reviews.llvm.org/D106732

Files:
  clang/docs/LanguageExtensions.rst
  clang/include/clang/Basic/DiagnosticGroups.td
  clang/include/clang/Basic/DiagnosticLexKinds.td
  clang/include/clang/Basic/IdentifierTable.h
  clang/include/clang/Lex/Preprocessor.h
  clang/lib/Lex/PPDirectives.cpp
  clang/lib/Lex/PPExpressions.cpp
  clang/lib/Lex/PPMacroExpansion.cpp
  clang/lib/Lex/Pragma.cpp
  clang/test/Lexer/deprecate-macro.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106732.362052.patch
Type: text/x-patch
Size: 12152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210727/df6b472b/attachment-0001.bin>


More information about the cfe-commits mailing list