bloomberg / clang-p2996

Experimental clang support for WG21 P2996 (Reflection).
https://github.com/bloomberg/clang-p2996/tree/p2996/P2996.md
60 stars 12 forks source link

Issue #88: Add has_{thread,automatic}_storage_duration functions #89

Closed delimbetov closed 2 months ago

delimbetov commented 2 months ago

Issue number of the reported bug or feature request: #88

Describe your changes Added has_{thread,automatic}_storage_duration functions Rerun libcxx generator scripts to make CI pass (see __std_clang_module change)

Testing performed The tests were added to the same file/place where has_static_storage_duration was tested