[PATCH] D72053: [RFC] Handling implementation limits
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 4 10:43:00 PST 2020
Mordante updated this revision to Diff 236190.
Mordante added a comment.
Added support for some additional features:
- Allow limits from the C standard, either sharing the C++ constants or separately.
- Allow to document the design choices for the limit.
- Allow to track the status of the limit. (This may become obsolete ones all limits are implemented, but that can take a while.)
Added some additional fields to test the C support.
Removed the .inc file from the patch, this should not be committed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72053/new/
https://reviews.llvm.org/D72053
Files:
clang/docs/ImplementationQuantities.rst
clang/docs/UsersManual.rst
clang/include/clang/AST/Decl.h
clang/include/clang/AST/Type.h
clang/include/clang/Basic/CMakeLists.txt
clang/include/clang/Basic/ImplementationQuantities.h
clang/include/clang/Basic/ImplementationQuantities.td
clang/lib/CodeGen/CGRecordLayout.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/utils/TableGen/CMakeLists.txt
clang/utils/TableGen/ClangImplementationQuantitiesEmitter.cpp
clang/utils/TableGen/TableGen.cpp
clang/utils/TableGen/TableGenBackends.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72053.236190.patch
Type: text/x-patch
Size: 23010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200104/fc516f43/attachment-0001.bin>
More information about the cfe-commits
mailing list