-
- Downloads
c++: handle misspelled concepts and missing #include <concepts>
gcc/cp/ChangeLog:
* name-lookup.cc (suggest_alternative_in_explicit_scope):
Gracefully handle non-namespaces, such as scoped enums.
* parser.cc (cp_parser_name_lookup_error): Provide
a name_hint for the case where we're in an explicit scope.
* std-name-hint.gperf: Add <concepts>.
* std-name-hint.h: Regenerate.
gcc/testsuite/ChangeLog:
* g++.dg/concepts/missing-header.C: New test.
* g++.dg/concepts/misspelled-concept.C: New test.
Signed-off-by:
David Malcolm <dmalcolm@redhat.com>
Showing
- gcc/cp/name-lookup.cc 3 additions, 0 deletionsgcc/cp/name-lookup.cc
- gcc/cp/parser.cc 19 additions, 2 deletionsgcc/cp/parser.cc
- gcc/cp/std-name-hint.gperf 33 additions, 0 deletionsgcc/cp/std-name-hint.gperf
- gcc/cp/std-name-hint.h 1164 additions, 1045 deletionsgcc/cp/std-name-hint.h
- gcc/testsuite/g++.dg/concepts/missing-header.C 6 additions, 0 deletionsgcc/testsuite/g++.dg/concepts/missing-header.C
- gcc/testsuite/g++.dg/concepts/misspelled-concept.C 7 additions, 0 deletionsgcc/testsuite/g++.dg/concepts/misspelled-concept.C
Loading
Please register or sign in to comment