[all-commits] [llvm/llvm-project] 9936b9: Support the standards-based dates for __has_c_attr...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Aug 13 05:49:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9936b96d5333af4e6dff55025943366bb5f07272
https://github.com/llvm/llvm-project/commit/9936b96d5333af4e6dff55025943366bb5f07272
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/test/Preprocessor/has_c_attribute.c
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
Support the standards-based dates for __has_c_attribute
WG14 N2481 was adopted with minor modifications at the latest WG14 meetings.
The only modification to the paper was to correct the date for the deprecated
attribute to be 201904L (the corrected date value will be present in WG14
N2553 when it gets published).
More information about the All-commits
mailing list