-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Mark templates users shouldn't specialize with no_specializations attributes
#5536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+547
−280
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ffc0c28
Mark templates users shouldn't specialize with _NO_SPECIALIZATIONS
localspook 1d88ac3
Silence Clang's `-Wunknown-warning-option` warning
localspook a55da5a
Guard against evil macros
localspook 3c05e87
Oops; accidentally removed one `_NO_SPECIALIZATIONS`
localspook bfbe3e5
Address feedback
localspook d0a2752
Disable tests properly
localspook 2d45979
Also mark `unary_function` and `binary_function`
localspook 6098e49
Move expected test failures into bogus section
localspook 18bdd7b
Mark more templates in `<system_error>`...
localspook d52d77b
Realign with main
localspook 2f62b17
Merge branch 'main' into gh5536
StephanTLavavej 1b91ca9
Restore .clang-format; this change is no longer needed with Clang 20.
StephanTLavavej e3cd834
Drop silencing of `-Wunknown-warning-option` as Clang 20 recognizes `…
StephanTLavavej 4455daf
Sort Clang warning suppressions.
StephanTLavavej 7e6ddcc
Restore libcxx/expected_results.txt; the bogus test was fixed upstream.
StephanTLavavej a94d706
Add citations, part 1: Define the macros.
StephanTLavavej f039e81
Add citations, part 2: Update attributes.
StephanTLavavej 6ddd383
Add citations, part 3: Update attribute for initializer_list and make…
StephanTLavavej 8cd9ea8
Add citations, part 4: Mark declarations and definitions consistently.
StephanTLavavej 8f6cf3c
Add citations, part 5: Mark basic_format_parse_context and basic_form…
StephanTLavavej 69c2fd2
Add citations, part 6: Mark variable templates outside of `<type_trai…
StephanTLavavej 3dfe3bf
Add citations, part 7: Mark `<type_traits>` (and `<xtr1common>`) as t…
StephanTLavavej 568f620
Add defenses to __msvc_formatter.hpp.
StephanTLavavej 969e218
Improve comment clarity.
StephanTLavavej 25bd4e0
Update common_reference with dual citations.
StephanTLavavej a74775a
Comment when specializations are allowed for variable templates and t…
StephanTLavavej 7ded1eb
Mark member class templates `mapping` and `rebind`.
StephanTLavavej 1aa3323
Oops, guard `<mdspan>` and `<scoped_allocator>`.
StephanTLavavej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.