diff options
| author | A. Jiang <de34@live.cn> | 2025-03-09 11:17:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 11:17:24 +0800 |
| commit | 9e87caff98cefcabfc13288229a4422e7f9edde4 (patch) | |
| tree | 116236563e637aca1d0f7161569548818cfb7ebd /lldb/packages/Python/lldbsuite/test | |
| parent | 58ace30ebcd2cf2a34272fafe556a99473492b39 (diff) | |
| download | llvm-9e87caff98cefcabfc13288229a4422e7f9edde4.zip llvm-9e87caff98cefcabfc13288229a4422e7f9edde4.tar.gz llvm-9e87caff98cefcabfc13288229a4422e7f9edde4.tar.bz2 | |
[libc++][NFC] Comment cleanup for `<type_traits>` (#130422)
- Aligns all version comments to line 65.
- Consistently uses `// since C++` instead of `// C++`, in lowercase as
used in most version comments.
- Consistently uses `class` to introduce type template parameters.
- Consistently uses `inline constexpr` for variable templates.
- Corrects the comment for `bool_constant` to `// since C++17` as it's a
C++17 feature.
- Changes the class-key of `result_of` to `struct`, which follows N4659
[depr.meta.types] and the actual usage in libc++.
- Adds missed `// since C++17` for `is_(nothrow_)invocable(_r)`.
- Moves the comments for `is_nothrow_convertible_v` to the part for
variable templates.
- Removes duplicated comments for `true_type` and `false_type`.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
