diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-07-22 19:47:17 +0200 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2024-07-28 19:05:45 +0200 |
commit | a0f900eae9843f9a2687daf1f068077c2412b364 (patch) | |
tree | 284ea5c92aeb65c1de39560873afa86e8a10a867 /gcc/cp/tree.cc | |
parent | 087a28832a28543872386e6e98692e1b9ea93bdf (diff) | |
download | gcc-a0f900eae9843f9a2687daf1f068077c2412b364.zip gcc-a0f900eae9843f9a2687daf1f068077c2412b364.tar.gz gcc-a0f900eae9843f9a2687daf1f068077c2412b364.tar.bz2 |
c++: Some cp-tree.def comment fixes
While reading the fold expression and concept tree comments, I found
various spots referring to non-existent macros etc.
The following patch attempts to sync that with what is actually implemented.
2024-07-22 Jakub Jelinek <jakub@redhat.com>
* cp-tree.def (UNARY_LEFT_FOLD_EXPR): Use FOLD_EXPR_MODIFY_P instead
of FOLD_EXPR_MOD_P or FOLDEXPR_MOD_P in the comment. Comment
formatting fixes.
(ATOMIC_CONSTEXPR): Use CONSTR_INFO instead of ATOMIC_CONSTR_INFO
and ATOMIC_CONSTR_MAP instead of ATOMIC_CONSTR_PARMS in the comment.
Comment formatting fixes.
(CONJ_CONSTR): Remove comment about third operand. Use CONSTR_INFO
instead of CONJ_CONSTR_INFO and DISJ_CONSTR_INFO.
(CHECK_CONSTR): Use CHECK_CONSTR_ARGS instead of
CHECK_CONSTR_ARGUMENTS.
Diffstat (limited to 'gcc/cp/tree.cc')
0 files changed, 0 insertions, 0 deletions