[all-commits] [llvm/llvm-project] af1d3e: Allow init_priority values <= 100 and > 65535 with...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Wed Sep 23 12:27:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af1d3e655991e5f0c86df372b8583a60d20268e0
https://github.com/llvm/llvm-project/commit/af1d3e655991e5f0c86df372b8583a60d20268e0
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/SemaCXX/init-priority-attr.cpp
Log Message:
-----------
Allow init_priority values <= 100 and > 65535 within system headers.
This also adds some bare-bones documentation for the attribute rather
than leaving it undocumented.
More information about the All-commits
mailing list