[PATCH] D108567: Implement #pragma clang final extension
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 15 21:03:47 PDT 2021
beanz updated this revision to Diff 372862.
beanz added a comment.
Updates based on feedback from @aaron.ballman.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108567/new/
https://reviews.llvm.org/D108567
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/Pragma.cpp
clang/lib/Lex/Preprocessor.cpp
clang/test/Lexer/Inputs/final-macro.h
clang/test/Lexer/Inputs/unsafe-macro.h
clang/test/Lexer/deprecate-macro.c
clang/test/Lexer/final-macro.c
clang/test/Lexer/pedantic-macro-interplay.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108567.372862.patch
Type: text/x-patch
Size: 20417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210916/b0d35f0f/attachment-0001.bin>
More information about the cfe-commits
mailing list